#E8CA80

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

Shades of Marzipan #E8CA80

Tints of Marzipan #E8CA80

Color information

#E8CA80 (or 0xE8CA80) is unknown color: approx Marzipan. HEX triplet: E8, CA and 80. RGB value is (232,202,128). Sum of RGB (Red+Green+Blue) = 232+202+128=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CA80 is #17357F. Grayscale: #CACACA. Windows color (decimal): -1521024 or 8440552. OLE color: 8440552.

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

Color convert

RGB232202128-
CMYK00.130.450.09
HSL42.69º69.33%70.59%-
HSV(B)42.69º44.83%90.98%-
XYZ58.360.9629.12-
YUV202.5385.94149.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=41.28%
G=35.94%
B=22.78%

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
Decimal23220212800.130.450.0942.6969.3370.59
HexE8CA800D2D92b4547
Octal350312200015551153105107
Binary11101000110010101000000001101101101100110101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CA80; }

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

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

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

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

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

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

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

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