Shades of Primrose #E9E08C
Tints of Primrose #E9E08C
RGB
CMYK
RGB Variations
Color information
#E9E08C (or 0xE9E08C) is known color: Primrose. HEX triplet: E9, E0 and 8C. RGB value is (233,224,140). Sum of RGB (Red+Green+Blue) = 233+224+140=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E08C is #161F73. Grayscale: #D9D9D9. Windows color (decimal): -1449844 or 9232617. OLE color: 9232617.
HSL color Cylindrical-coordinate representation of color #E9E08C: hue angle of 54.19º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9E08C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 140 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.09 |
| HSL | 54.19º | 0.68% | 0.73% | - |
| HSV(B) | 54.19º | 0.4% | 0.91% | - |
| XYZ | 64.99 | 72.53 | 35.38 | - |
| YUV | 217.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 140 | 0 | 0.04 | 0.40 | 0.09 | 54.19 | 0.68 | 0.73 |
| Hex | E9 | E0 | 8C | 0 | 4 | 28 | 9 | 36 | 44 | 49 |
| Octal | 351 | 340 | 214 | 0 | 4 | 50 | 11 | 66 | 104 | 111 |
| Binary | 11101001 | 11100000 | 10001100 | 0 | 100 | 101000 | 1001 | 110110 | 1000100 | 1001001 |
Color Harmonies of #E9E08C
Complementary color
Monochromatic Colors of #E9E08C
Black with #E9E08C
Text Example
Text Example
White with #E9E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E08C; }
p { color: rgb(233,224,140); }
H1.HeaderClassName
{
color: #E9E08C;
}
.AnyTagClassName
{
color: #E9E08C;
}
</style>
background-color css
<style>
a { background-color: #E9E08C; }
a { background-color: rgb(233,224,140); }
div.DivClassName
{
background-color: #E9E08C;
}
.BgClassName
{
background-color: #E9E08C;
}
</style>
border-color css
<style>
span { border-color: #E9E08C; }
span { border-color: rgb(233,224,140); }
td.TdClassName
{
border-color: #E9E08C;
}
.TagClassName
{
border-color: #E9E08C;
}
</style>