Shades of Marzipan #E9D08A
Tints of Marzipan #E9D08A
RGB
CMYK
RGB Variations
Color information
#E9D08A (or 0xE9D08A) is known color: Marzipan. HEX triplet: E9, D0 and 8A. RGB value is (233,208,138). Sum of RGB (Red+Green+Blue) = 233+208+138=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D08A is #162F75. Grayscale: #CFCFCF. Windows color (decimal): -1453942 or 9097449. OLE color: 9097449.
HSL color Cylindrical-coordinate representation of color #E9D08A: hue angle of 44.21º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9D08A is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 138 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.09 |
| HSL | 44.21º | 0.68% | 0.73% | - |
| HSV(B) | 44.21º | 0.41% | 0.91% | - |
| XYZ | 60.75 | 64.27 | 33.25 | - |
| YUV | 207.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 138 | 0 | 0.11 | 0.41 | 0.09 | 44.21 | 0.68 | 0.73 |
| Hex | E9 | D0 | 8A | 0 | B | 29 | 9 | 2C | 44 | 49 |
| Octal | 351 | 320 | 212 | 0 | 13 | 51 | 11 | 54 | 104 | 111 |
| Binary | 11101001 | 11010000 | 10001010 | 0 | 1011 | 101001 | 1001 | 101100 | 1000100 | 1001001 |
Color Harmonies of #E9D08A
Complementary color
Monochromatic Colors of #E9D08A
Black with #E9D08A
Text Example
Text Example
White with #E9D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D08A; }
p { color: rgb(233,208,138); }
H1.HeaderClassName
{
color: #E9D08A;
}
.AnyTagClassName
{
color: #E9D08A;
}
</style>
background-color css
<style>
a { background-color: #E9D08A; }
a { background-color: rgb(233,208,138); }
div.DivClassName
{
background-color: #E9D08A;
}
.BgClassName
{
background-color: #E9D08A;
}
</style>
border-color css
<style>
span { border-color: #E9D08A; }
span { border-color: rgb(233,208,138); }
td.TdClassName
{
border-color: #E9D08A;
}
.TagClassName
{
border-color: #E9D08A;
}
</style>