#e8ce80

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

Shades of Marzipan #E8CE80

Tints of Marzipan #E8CE80

Color information

#E8CE80 (or 0xE8CE80) is unknown color: approx Marzipan. HEX triplet: E8, CE and 80. RGB value is (232,206,128). Sum of RGB (Red+Green+Blue) = 232+206+128=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE80 is #17317F. Grayscale: #CDCDCD. Windows color (decimal): -1520000 or 8441576. OLE color: 8441576.

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

Color convert

RGB232206128-
CMYK00.110.450.09
HSL45º69.33%70.59%-
HSV(B)45º44.83%90.98%-
XYZ59.2562.8629.43-
YUV204.8884.61147.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.99%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=40.99%
G=36.40%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220612800.110.450.094569.3370.59
HexE8CE800B2D92d4547
Octal350316200013551155105107
Binary11101000110011101000000001011101101100110110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8ce80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8ce80; }

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

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

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

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

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

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

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

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