#EEC880

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

Shades of Marzipan #EEC880

Tints of Marzipan #EEC880

Color information

#EEC880 (or 0xEEC880) is unknown color: approx Marzipan. HEX triplet: EE, C8 and 80. RGB value is (238,200,128). Sum of RGB (Red+Green+Blue) = 238+200+128=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC880 is #11377F. Grayscale: #CBCBCB. Windows color (decimal): -1128320 or 8440046. OLE color: 8440046.

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

Color convert

RGB238200128-
CMYK00.160.460.07
HSL39.27º76.39%71.76%-
HSV(B)39.27º46.22%93.33%-
XYZ59.8161.0429.05-
YUV203.1585.59152.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=42.05%
G=35.34%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820012800.160.460.0739.2776.3971.76
HexEEC8800102E7274c48
Octal35631020002056747114110
Binary11101110110010001000000001000010111011110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC880; }

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

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

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

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

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

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

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

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