#E9CC80

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

Shades of Marzipan #E9CC80

Tints of Marzipan #E9CC80

Color information

#E9CC80 (or 0xE9CC80) is unknown color: approx Marzipan. HEX triplet: E9, CC and 80. RGB value is (233,204,128). Sum of RGB (Red+Green+Blue) = 233+204+128=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CC80 is #16337F. Grayscale: #CCCCCC. Windows color (decimal): -1454976 or 8441065. OLE color: 8441065.

HSL color Cylindrical-coordinate representation of color #E9CC80: hue angle of 43.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9CC80 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233204128-
CMYK00.120.450.09
HSL43.43º70.47%70.78%-
HSV(B)43.43º45.06%91.37%-
XYZ59.0962.0729.29-
YUV204.0185.11148.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=41.24%
G=36.11%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320412800.120.450.0943.4370.4770.78
HexE9CC800C2D92b4647
Octal351314200014551153106107
Binary11101001110011001000000001100101101100110101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CC80; }

 p { color: rgb(233,204,128); }

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

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

 a { background-color: rgb(233,204,128); }

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

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

 span { border-color: rgb(233,204,128); }

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