#E9CA80

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

Shades of Marzipan #E9CA80

Tints of Marzipan #E9CA80

Color information

#E9CA80 (or 0xE9CA80) is unknown color: approx Marzipan. HEX triplet: E9, CA and 80. RGB value is (233,202,128). Sum of RGB (Red+Green+Blue) = 233+202+128=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CA80 is #16357F. Grayscale: #CBCBCB. Windows color (decimal): -1455488 or 8440553. OLE color: 8440553.

HSL color Cylindrical-coordinate representation of color #E9CA80: hue angle of 42.29º 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 #E9CA80 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233202128-
CMYK00.130.450.09
HSL42.29º70.47%70.78%-
HSV(B)42.29º45.06%91.37%-
XYZ58.6261.1229.13-
YUV202.8385.77149.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=41.39%
G=35.88%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320212800.130.450.0942.2970.4770.78
HexE9CA800D2D92a4647
Octal351312200015551152106107
Binary11101001110010101000000001101101101100110101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CA80; }

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

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

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

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

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

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

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

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