Shades of Primrose #E9E09A
Tints of Primrose #E9E09A
RGB
CMYK
RGB Variations
Color information
#E9E09A (or 0xE9E09A) is known color: Primrose. HEX triplet: E9, E0 and 9A. RGB value is (233,224,154). Sum of RGB (Red+Green+Blue) = 233+224+154=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E09A is #161F65. Grayscale: #DBDBDB. Windows color (decimal): -1449830 or 10150121. OLE color: 10150121.
HSL color Cylindrical-coordinate representation of color #E9E09A: hue angle of 53.16º degrees, saturation: 0.64, 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 #E9E09A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 154 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.09 |
| HSL | 53.16º | 0.64% | 0.76% | - |
| HSV(B) | 53.16º | 0.34% | 0.91% | - |
| XYZ | 66.09 | 72.97 | 41.17 | - |
| YUV | 218.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 154 | 0 | 0.04 | 0.34 | 0.09 | 53.16 | 0.64 | 0.76 |
| Hex | E9 | E0 | 9A | 0 | 4 | 22 | 9 | 35 | 40 | 4C |
| Octal | 351 | 340 | 232 | 0 | 4 | 42 | 11 | 65 | 100 | 114 |
| Binary | 11101001 | 11100000 | 10011010 | 0 | 100 | 100010 | 1001 | 110101 | 1000000 | 1001100 |
Color Harmonies of #E9E09A
Complementary color
Monochromatic Colors of #E9E09A
Black with #E9E09A
Text Example
Text Example
White with #E9E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E09A; }
p { color: rgb(233,224,154); }
H1.HeaderClassName
{
color: #E9E09A;
}
.AnyTagClassName
{
color: #E9E09A;
}
</style>
background-color css
<style>
a { background-color: #E9E09A; }
a { background-color: rgb(233,224,154); }
div.DivClassName
{
background-color: #E9E09A;
}
.BgClassName
{
background-color: #E9E09A;
}
</style>
border-color css
<style>
span { border-color: #E9E09A; }
span { border-color: rgb(233,224,154); }
td.TdClassName
{
border-color: #E9E09A;
}
.TagClassName
{
border-color: #E9E09A;
}
</style>