#EEC88C

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

Shades of Marzipan #EEC88C

Tints of Marzipan #EEC88C

Color information

#EEC88C (or 0xEEC88C) is unknown color: approx Marzipan. HEX triplet: EE, C8 and 8C. RGB value is (238,200,140). Sum of RGB (Red+Green+Blue) = 238+200+140=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC88C is #113773. Grayscale: #CCCCCC. Windows color (decimal): -1128308 or 9226478. OLE color: 9226478.

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

Color convert

RGB238200140-
CMYK00.160.410.07
HSL36.73º74.24%74.12%-
HSV(B)36.73º41.18%93.33%-
XYZ60.6561.3833.46-
YUV204.5291.59151.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=41.18%
G=34.60%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820014000.160.410.0736.7374.2474.12
HexEEC88C010297254a4a
Octal35631021402051745112112
Binary11101110110010001000110001000010100111110010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC88C; }

 p { color: rgb(238,200,140); }

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

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

 a { background-color: rgb(238,200,140); }

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

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

 span { border-color: rgb(238,200,140); }

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