#E9D082

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

Shades of Marzipan #E9D082

Tints of Marzipan #E9D082

Color information

#E9D082 (or 0xE9D082) is unknown color: approx Marzipan. HEX triplet: E9, D0 and 82. RGB value is (233,208,130). Sum of RGB (Red+Green+Blue) = 233+208+130=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D082 is #162F7D. Grayscale: #CECECE. Windows color (decimal): -1453950 or 8573161. OLE color: 8573161.

HSL color Cylindrical-coordinate representation of color #E9D082: hue angle of 45.44º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E9D082 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB233208130-
CMYK00.110.440.09
HSL45.44º70.07%71.18%-
HSV(B)45.44º44.21%91.37%-
XYZ60.1964.0530.31-
YUV206.5884.78146.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=40.81%
G=36.43%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320813000.110.440.0945.4470.0771.18
HexE9D0820B2C92d4647
Octal351320202013541155106107
Binary11101001110100001000001001011101100100110110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D082; }

 p { color: rgb(233,208,130); }

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

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

 a { background-color: rgb(233,208,130); }

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

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

 span { border-color: rgb(233,208,130); }

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