Shades of Primrose #E9E29A
Tints of Primrose #E9E29A
RGB
CMYK
RGB Variations
Color information
#E9E29A (or 0xE9E29A) is known color: Primrose. HEX triplet: E9, E2 and 9A. RGB value is (233,226,154). Sum of RGB (Red+Green+Blue) = 233+226+154=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E29A is #161D65. Grayscale: #DCDCDC. Windows color (decimal): -1449318 or 10150633. OLE color: 10150633.
HSL color Cylindrical-coordinate representation of color #E9E29A: hue angle of 54.68º 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 #E9E29A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 154 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.09 |
| HSL | 54.68º | 0.64% | 0.76% | - |
| HSV(B) | 54.68º | 0.34% | 0.91% | - |
| XYZ | 66.63 | 74.05 | 41.35 | - |
| YUV | 219.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 154 | 0 | 0.03 | 0.34 | 0.09 | 54.68 | 0.64 | 0.76 |
| Hex | E9 | E2 | 9A | 0 | 3 | 22 | 9 | 37 | 40 | 4C |
| Octal | 351 | 342 | 232 | 0 | 3 | 42 | 11 | 67 | 100 | 114 |
| Binary | 11101001 | 11100010 | 10011010 | 0 | 11 | 100010 | 1001 | 110111 | 1000000 | 1001100 |
Color Harmonies of #E9E29A
Complementary color
Monochromatic Colors of #E9E29A
Black with #E9E29A
Text Example
Text Example
White with #E9E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E29A; }
p { color: rgb(233,226,154); }
H1.HeaderClassName
{
color: #E9E29A;
}
.AnyTagClassName
{
color: #E9E29A;
}
</style>
background-color css
<style>
a { background-color: #E9E29A; }
a { background-color: rgb(233,226,154); }
div.DivClassName
{
background-color: #E9E29A;
}
.BgClassName
{
background-color: #E9E29A;
}
</style>
border-color css
<style>
span { border-color: #E9E29A; }
span { border-color: rgb(233,226,154); }
td.TdClassName
{
border-color: #E9E29A;
}
.TagClassName
{
border-color: #E9E29A;
}
</style>