Shades of Primrose #E9E09C
Tints of Primrose #E9E09C
RGB
CMYK
RGB Variations
Color information
#E9E09C (or 0xE9E09C) is known color: Primrose. HEX triplet: E9, E0 and 9C. RGB value is (233,224,156). Sum of RGB (Red+Green+Blue) = 233+224+156=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E09C is #161F63. Grayscale: #DBDBDB. Windows color (decimal): -1449828 or 10281193. OLE color: 10281193.
HSL color Cylindrical-coordinate representation of color #E9E09C: hue angle of 52.99º 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 #E9E09C is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 156 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.09 |
| HSL | 52.99º | 0.64% | 0.76% | - |
| HSV(B) | 52.99º | 0.33% | 0.91% | - |
| XYZ | 66.26 | 73.04 | 42.06 | - |
| YUV | 218.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 156 | 0 | 0.04 | 0.33 | 0.09 | 52.99 | 0.64 | 0.76 |
| Hex | E9 | E0 | 9C | 0 | 4 | 21 | 9 | 35 | 40 | 4C |
| Octal | 351 | 340 | 234 | 0 | 4 | 41 | 11 | 65 | 100 | 114 |
| Binary | 11101001 | 11100000 | 10011100 | 0 | 100 | 100001 | 1001 | 110101 | 1000000 | 1001100 |
Color Harmonies of #E9E09C
Complementary color
Monochromatic Colors of #E9E09C
Black with #E9E09C
Text Example
Text Example
White with #E9E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E09C; }
p { color: rgb(233,224,156); }
H1.HeaderClassName
{
color: #E9E09C;
}
.AnyTagClassName
{
color: #E9E09C;
}
</style>
background-color css
<style>
a { background-color: #E9E09C; }
a { background-color: rgb(233,224,156); }
div.DivClassName
{
background-color: #E9E09C;
}
.BgClassName
{
background-color: #E9E09C;
}
</style>
border-color css
<style>
span { border-color: #E9E09C; }
span { border-color: rgb(233,224,156); }
td.TdClassName
{
border-color: #E9E09C;
}
.TagClassName
{
border-color: #E9E09C;
}
</style>