#eec27a

Color #EEC27A Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EEC27A

Tints of Marzipan #EEC27A

Color information

#EEC27A (or 0xEEC27A) is unknown color: approx Marzipan. HEX triplet: EE, C2 and 7A. RGB value is (238,194,122). Sum of RGB (Red+Green+Blue) = 238+194+122=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC27A is #113D85. Grayscale: #C7C7C7. Windows color (decimal): -1129862 or 8045294. OLE color: 8045294.

HSL color Cylindrical-coordinate representation of color #EEC27A: hue angle of 37.24º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEC27A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238194122-
CMYK00.180.490.07
HSL37.24º77.33%70.59%-
HSV(B)37.24º48.74%93.33%-
XYZ58.0658.1726.58-
YUV198.9584.58155.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 122 (48.05% from 255) = 22.02%
R=42.96%
G=35.02%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819412200.180.490.0737.2477.3370.59
HexEEC27A012317254d47
Octal35630217202261745115107
Binary1110111011000010111101001001011000111110010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eec27a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eec27a; }

 p { color: rgb(238,194,122); }

 H1.HeaderClassName
 {
   color: #eec27a;
 }
 .AnyTagClassName
 {
   color: #eec27a;
 }
</style>
background-color css

<style>
 a { background-color: #eec27a; }

 a { background-color: rgb(238,194,122); }

 div.DivClassName
 {
   background-color: #eec27a;
 }
 .BgClassName
 {
   background-color: #eec27a;
 }
</style>
border-color css

<style>
 span { border-color: #eec27a; }

 span { border-color: rgb(238,194,122); }

 td.TdClassName
 {
   border-color: #eec27a;
 }
 .TagClassName
 {
   border-color: #eec27a;
 }
</style>