Shades of Primrose #E9E299
Tints of Primrose #E9E299
RGB
CMYK
RGB Variations
Color information
#E9E299 (or 0xE9E299) is known color: Primrose. HEX triplet: E9, E2 and 99. RGB value is (233,226,153). Sum of RGB (Red+Green+Blue) = 233+226+153=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E299 is #161D66. Grayscale: #DCDCDC. Windows color (decimal): -1449319 or 10085097. OLE color: 10085097.
HSL color Cylindrical-coordinate representation of color #E9E299: hue angle of 54.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9E299 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 153 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.09 |
| HSL | 54.75º | 0.65% | 0.76% | - |
| HSV(B) | 54.75º | 0.34% | 0.91% | - |
| XYZ | 66.55 | 74.02 | 40.92 | - |
| YUV | 219.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 153 | 0 | 0.03 | 0.34 | 0.09 | 54.75 | 0.65 | 0.76 |
| Hex | E9 | E2 | 99 | 0 | 3 | 22 | 9 | 37 | 41 | 4C |
| Octal | 351 | 342 | 231 | 0 | 3 | 42 | 11 | 67 | 101 | 114 |
| Binary | 11101001 | 11100010 | 10011001 | 0 | 11 | 100010 | 1001 | 110111 | 1000001 | 1001100 |
Color Harmonies of #E9E299
Complementary color
Monochromatic Colors of #E9E299
Black with #E9E299
Text Example
Text Example
White with #E9E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E299; }
p { color: rgb(233,226,153); }
H1.HeaderClassName
{
color: #E9E299;
}
.AnyTagClassName
{
color: #E9E299;
}
</style>
background-color css
<style>
a { background-color: #E9E299; }
a { background-color: rgb(233,226,153); }
div.DivClassName
{
background-color: #E9E299;
}
.BgClassName
{
background-color: #E9E299;
}
</style>
border-color css
<style>
span { border-color: #E9E299; }
span { border-color: rgb(233,226,153); }
td.TdClassName
{
border-color: #E9E299;
}
.TagClassName
{
border-color: #E9E299;
}
</style>