#EECA8A

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

Shades of Marzipan #EECA8A

Tints of Marzipan #EECA8A

Color information

#EECA8A (or 0xEECA8A) is unknown color: approx Marzipan. HEX triplet: EE, CA and 8A. RGB value is (238,202,138). Sum of RGB (Red+Green+Blue) = 238+202+138=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA8A is #113575. Grayscale: #CDCDCD. Windows color (decimal): -1127798 or 9095918. OLE color: 9095918.

HSL color Cylindrical-coordinate representation of color #EECA8A: hue angle of 38.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EECA8A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238202138-
CMYK00.150.420.07
HSL38.4º74.63%73.73%-
HSV(B)38.4º42.02%93.33%-
XYZ60.9762.2532.85-
YUV205.4789.93151.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=41.18%
G=34.95%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820213800.150.420.0738.474.6373.73
HexEECA8A0F2A7264b4a
Octal35631221201752746113112
Binary1110111011001010100010100111110101011110011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA8A; }

 p { color: rgb(238,202,138); }

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

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

 a { background-color: rgb(238,202,138); }

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

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

 span { border-color: rgb(238,202,138); }

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