Shades of Primrose #E9E199
Tints of Primrose #E9E199
RGB
CMYK
RGB Variations
Color information
#E9E199 (or 0xE9E199) is known color: Primrose. HEX triplet: E9, E1 and 99. RGB value is (233,225,153). Sum of RGB (Red+Green+Blue) = 233+225+153=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E199 is #161E66. Grayscale: #DBDBDB. Windows color (decimal): -1449575 or 10084841. OLE color: 10084841.
HSL color Cylindrical-coordinate representation of color #E9E199: hue angle of 54º 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 #E9E199 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 153 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.09 |
| HSL | 54º | 0.65% | 0.76% | - |
| HSV(B) | 54º | 0.34% | 0.91% | - |
| XYZ | 66.28 | 73.47 | 40.83 | - |
| YUV | 219.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 153 | 0 | 0.03 | 0.34 | 0.09 | 54 | 0.65 | 0.76 |
| Hex | E9 | E1 | 99 | 0 | 3 | 22 | 9 | 36 | 41 | 4C |
| Octal | 351 | 341 | 231 | 0 | 3 | 42 | 11 | 66 | 101 | 114 |
| Binary | 11101001 | 11100001 | 10011001 | 0 | 11 | 100010 | 1001 | 110110 | 1000001 | 1001100 |
Color Harmonies of #E9E199
Complementary color
Monochromatic Colors of #E9E199
Black with #E9E199
Text Example
Text Example
White with #E9E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E199; }
p { color: rgb(233,225,153); }
H1.HeaderClassName
{
color: #E9E199;
}
.AnyTagClassName
{
color: #E9E199;
}
</style>
background-color css
<style>
a { background-color: #E9E199; }
a { background-color: rgb(233,225,153); }
div.DivClassName
{
background-color: #E9E199;
}
.BgClassName
{
background-color: #E9E199;
}
</style>
border-color css
<style>
span { border-color: #E9E199; }
span { border-color: rgb(233,225,153); }
td.TdClassName
{
border-color: #E9E199;
}
.TagClassName
{
border-color: #E9E199;
}
</style>