Shades of Primrose #E8E19C
Tints of Primrose #E8E19C
RGB
CMYK
RGB Variations
Color information
#E8E19C (or 0xE8E19C) is known color: Primrose. HEX triplet: E8, E1 and 9C. RGB value is (232,225,156). Sum of RGB (Red+Green+Blue) = 232+225+156=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E19C is #171E63. Grayscale: #DBDBDB. Windows color (decimal): -1515108 or 10281448. OLE color: 10281448.
HSL color Cylindrical-coordinate representation of color #E8E19C: hue angle of 54.47º degrees, saturation: 0.62, 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 #E8E19C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 156 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 54.47º | 0.62% | 0.76% | - |
| HSV(B) | 54.47º | 0.33% | 0.91% | - |
| XYZ | 66.2 | 73.41 | 42.13 | - |
| YUV | 219.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 156 | 0 | 0.03 | 0.33 | 0.09 | 54.47 | 0.62 | 0.76 |
| Hex | E8 | E1 | 9C | 0 | 3 | 21 | 9 | 36 | 3E | 4C |
| Octal | 350 | 341 | 234 | 0 | 3 | 41 | 11 | 66 | 76 | 114 |
| Binary | 11101000 | 11100001 | 10011100 | 0 | 11 | 100001 | 1001 | 110110 | 111110 | 1001100 |
Color Harmonies of #E8E19C
Complementary color
Monochromatic Colors of #E8E19C
Black with #E8E19C
Text Example
Text Example
White with #E8E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E19C; }
p { color: rgb(232,225,156); }
H1.HeaderClassName
{
color: #E8E19C;
}
.AnyTagClassName
{
color: #E8E19C;
}
</style>
background-color css
<style>
a { background-color: #E8E19C; }
a { background-color: rgb(232,225,156); }
div.DivClassName
{
background-color: #E8E19C;
}
.BgClassName
{
background-color: #E8E19C;
}
</style>
border-color css
<style>
span { border-color: #E8E19C; }
span { border-color: rgb(232,225,156); }
td.TdClassName
{
border-color: #E8E19C;
}
.TagClassName
{
border-color: #E8E19C;
}
</style>