#E8D085

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

Shades of Marzipan #E8D085

Tints of Marzipan #E8D085

Color information

#E8D085 (or 0xE8D085) is unknown color: approx Marzipan. HEX triplet: E8, D0 and 85. RGB value is (232,208,133). Sum of RGB (Red+Green+Blue) = 232+208+133=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D085 is #172F7A. Grayscale: #CECECE. Windows color (decimal): -1519483 or 8769768. OLE color: 8769768.

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

Color convert

RGB232208133-
CMYK00.100.430.09
HSL45.45º68.28%71.57%-
HSV(B)45.45º42.67%90.98%-
XYZ60.0763.9631.37-
YUV206.6386.45146.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=40.49%
G=36.30%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220813300.100.430.0945.4568.2871.57
HexE8D0850A2B92d4448
Octal350320205012531155104110
Binary11101000110100001000010101010101011100110110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D085; }

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

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

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

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

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

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

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

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