#E8CD85

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

Shades of Marzipan #E8CD85

Tints of Marzipan #E8CD85

Color information

#E8CD85 (or 0xE8CD85) is unknown color: approx Marzipan. HEX triplet: E8, CD and 85. RGB value is (232,205,133). Sum of RGB (Red+Green+Blue) = 232+205+133=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD85 is #17327A. Grayscale: #CDCDCD. Windows color (decimal): -1520251 or 8769000. OLE color: 8769000.

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

Color convert

RGB232205133-
CMYK00.120.430.09
HSL43.64º68.28%71.57%-
HSV(B)43.64º42.67%90.98%-
XYZ59.3462.5131.13-
YUV204.8687.45147.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=40.70%
G=35.96%
B=23.33%

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
Decimal23220513300.120.430.0943.6468.2871.57
HexE8CD850C2B92c4448
Octal350315205014531154104110
Binary11101000110011011000010101100101011100110110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CD85; }

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

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

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

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

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

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

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

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