Shades of Primrose #E9E19C
Tints of Primrose #E9E19C
RGB
CMYK
RGB Variations
Color information
#E9E19C (or 0xE9E19C) is known color: Primrose. HEX triplet: E9, E1 and 9C. RGB value is (233,225,156). Sum of RGB (Red+Green+Blue) = 233+225+156=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E19C is #161E63. Grayscale: #DBDBDB. Windows color (decimal): -1449572 or 10281449. OLE color: 10281449.
HSL color Cylindrical-coordinate representation of color #E9E19C: hue angle of 53.77º 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 #E9E19C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 156 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 53.77º | 0.64% | 0.76% | - |
| HSV(B) | 53.77º | 0.33% | 0.91% | - |
| XYZ | 66.53 | 73.57 | 42.15 | - |
| YUV | 219.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 156 | 0 | 0.03 | 0.33 | 0.09 | 53.77 | 0.64 | 0.76 |
| Hex | E9 | E1 | 9C | 0 | 3 | 21 | 9 | 36 | 40 | 4C |
| Octal | 351 | 341 | 234 | 0 | 3 | 41 | 11 | 66 | 100 | 114 |
| Binary | 11101001 | 11100001 | 10011100 | 0 | 11 | 100001 | 1001 | 110110 | 1000000 | 1001100 |
Color Harmonies of #E9E19C
Complementary color
Monochromatic Colors of #E9E19C
Black with #E9E19C
Text Example
Text Example
White with #E9E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E19C; }
p { color: rgb(233,225,156); }
H1.HeaderClassName
{
color: #E9E19C;
}
.AnyTagClassName
{
color: #E9E19C;
}
</style>
background-color css
<style>
a { background-color: #E9E19C; }
a { background-color: rgb(233,225,156); }
div.DivClassName
{
background-color: #E9E19C;
}
.BgClassName
{
background-color: #E9E19C;
}
</style>
border-color css
<style>
span { border-color: #E9E19C; }
span { border-color: rgb(233,225,156); }
td.TdClassName
{
border-color: #E9E19C;
}
.TagClassName
{
border-color: #E9E19C;
}
</style>