#E8CC85

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

Shades of Marzipan #E8CC85

Tints of Marzipan #E8CC85

Color information

#E8CC85 (or 0xE8CC85) is unknown color: approx Marzipan. HEX triplet: E8, CC and 85. RGB value is (232,204,133). Sum of RGB (Red+Green+Blue) = 232+204+133=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CC85 is #17337A. Grayscale: #CCCCCC. Windows color (decimal): -1520507 or 8768744. OLE color: 8768744.

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

Color convert

RGB232204133-
CMYK00.120.430.09
HSL43.03º68.28%71.57%-
HSV(B)43.03º42.67%90.98%-
XYZ59.1162.0331.05-
YUV204.2887.78147.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=40.77%
G=35.85%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220413300.120.430.0943.0368.2871.57
HexE8CC850C2B92b4448
Octal350314205014531153104110
Binary11101000110011001000010101100101011100110101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CC85; }

 p { color: rgb(232,204,133); }

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

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

 a { background-color: rgb(232,204,133); }

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

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

 span { border-color: rgb(232,204,133); }

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