Shades of Primrose #E9E29B
Tints of Primrose #E9E29B
RGB
CMYK
RGB Variations
Color information
#E9E29B (or 0xE9E29B) is known color: Primrose. HEX triplet: E9, E2 and 9B. RGB value is (233,226,155). Sum of RGB (Red+Green+Blue) = 233+226+155=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E29B is #161D64. Grayscale: #DCDCDC. Windows color (decimal): -1449317 or 10216169. OLE color: 10216169.
HSL color Cylindrical-coordinate representation of color #E9E29B: hue angle of 54.62º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9E29B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 155 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 54.62º | 0.64% | 0.76% | - |
| HSV(B) | 54.62º | 0.33% | 0.91% | - |
| XYZ | 66.72 | 74.08 | 41.79 | - |
| YUV | 220 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 155 | 0 | 0.03 | 0.33 | 0.09 | 54.62 | 0.64 | 0.76 |
| Hex | E9 | E2 | 9B | 0 | 3 | 21 | 9 | 37 | 40 | 4C |
| Octal | 351 | 342 | 233 | 0 | 3 | 41 | 11 | 67 | 100 | 114 |
| Binary | 11101001 | 11100010 | 10011011 | 0 | 11 | 100001 | 1001 | 110111 | 1000000 | 1001100 |
Color Harmonies of #E9E29B
Complementary color
Monochromatic Colors of #E9E29B
Black with #E9E29B
Text Example
Text Example
White with #E9E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E29B; }
p { color: rgb(233,226,155); }
H1.HeaderClassName
{
color: #E9E29B;
}
.AnyTagClassName
{
color: #E9E29B;
}
</style>
background-color css
<style>
a { background-color: #E9E29B; }
a { background-color: rgb(233,226,155); }
div.DivClassName
{
background-color: #E9E29B;
}
.BgClassName
{
background-color: #E9E29B;
}
</style>
border-color css
<style>
span { border-color: #E9E29B; }
span { border-color: rgb(233,226,155); }
td.TdClassName
{
border-color: #E9E29B;
}
.TagClassName
{
border-color: #E9E29B;
}
</style>