Shades of Primrose #E9E599
Tints of Primrose #E9E599
RGB
CMYK
RGB Variations
Color information
#E9E599 (or 0xE9E599) is known color: Primrose. HEX triplet: E9, E5 and 99. RGB value is (233,229,153). Sum of RGB (Red+Green+Blue) = 233+229+153=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E599 is #161A66. Grayscale: #DDDDDD. Windows color (decimal): -1448551 or 10085865. OLE color: 10085865.
HSL color Cylindrical-coordinate representation of color #E9E599: hue angle of 57º 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 #E9E599 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 153 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.09 |
| HSL | 57º | 0.65% | 0.76% | - |
| HSV(B) | 57º | 0.34% | 0.91% | - |
| XYZ | 67.37 | 75.66 | 41.19 | - |
| YUV | 221.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 153 | 0 | 0.02 | 0.34 | 0.09 | 57 | 0.65 | 0.76 |
| Hex | E9 | E5 | 99 | 0 | 2 | 22 | 9 | 39 | 41 | 4C |
| Octal | 351 | 345 | 231 | 0 | 2 | 42 | 11 | 71 | 101 | 114 |
| Binary | 11101001 | 11100101 | 10011001 | 0 | 10 | 100010 | 1001 | 111001 | 1000001 | 1001100 |
Color Harmonies of #E9E599
Complementary color
Monochromatic Colors of #E9E599
Black with #E9E599
Text Example
Text Example
White with #E9E599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E599; }
p { color: rgb(233,229,153); }
H1.HeaderClassName
{
color: #E9E599;
}
.AnyTagClassName
{
color: #E9E599;
}
</style>
background-color css
<style>
a { background-color: #E9E599; }
a { background-color: rgb(233,229,153); }
div.DivClassName
{
background-color: #E9E599;
}
.BgClassName
{
background-color: #E9E599;
}
</style>
border-color css
<style>
span { border-color: #E9E599; }
span { border-color: rgb(233,229,153); }
td.TdClassName
{
border-color: #E9E599;
}
.TagClassName
{
border-color: #E9E599;
}
</style>