Shades of Primrose #E9DB96
Tints of Primrose #E9DB96
RGB
CMYK
RGB Variations
Color information
#E9DB96 (or 0xE9DB96) is known color: Primrose. HEX triplet: E9, DB and 96. RGB value is (233,219,150). Sum of RGB (Red+Green+Blue) = 233+219+150=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB96 is #162469. Grayscale: #D7D7D7. Windows color (decimal): -1451114 or 9886697. OLE color: 9886697.
HSL color Cylindrical-coordinate representation of color #E9DB96: hue angle of 49.88º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9DB96 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 150 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.09 |
| HSL | 49.88º | 0.65% | 0.75% | - |
| HSV(B) | 49.88º | 0.36% | 0.91% | - |
| XYZ | 64.44 | 70.19 | 39.01 | - |
| YUV | 215.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 150 | 0 | 0.06 | 0.36 | 0.09 | 49.88 | 0.65 | 0.75 |
| Hex | E9 | DB | 96 | 0 | 6 | 24 | 9 | 32 | 41 | 4B |
| Octal | 351 | 333 | 226 | 0 | 6 | 44 | 11 | 62 | 101 | 113 |
| Binary | 11101001 | 11011011 | 10010110 | 0 | 110 | 100100 | 1001 | 110010 | 1000001 | 1001011 |
Color Harmonies of #E9DB96
Complementary color
Monochromatic Colors of #E9DB96
Black with #E9DB96
Text Example
Text Example
White with #E9DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB96; }
p { color: rgb(233,219,150); }
H1.HeaderClassName
{
color: #E9DB96;
}
.AnyTagClassName
{
color: #E9DB96;
}
</style>
background-color css
<style>
a { background-color: #E9DB96; }
a { background-color: rgb(233,219,150); }
div.DivClassName
{
background-color: #E9DB96;
}
.BgClassName
{
background-color: #E9DB96;
}
</style>
border-color css
<style>
span { border-color: #E9DB96; }
span { border-color: rgb(233,219,150); }
td.TdClassName
{
border-color: #E9DB96;
}
.TagClassName
{
border-color: #E9DB96;
}
</style>