Shades of Primrose #E8E19A
Tints of Primrose #E8E19A
RGB
CMYK
RGB Variations
Color information
#E8E19A (or 0xE8E19A) is known color: Primrose. HEX triplet: E8, E1 and 9A. RGB value is (232,225,154). Sum of RGB (Red+Green+Blue) = 232+225+154=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E19A is #171E65. Grayscale: #DBDBDB. Windows color (decimal): -1515110 or 10150376. OLE color: 10150376.
HSL color Cylindrical-coordinate representation of color #E8E19A: hue angle of 54.62º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8E19A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 154 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.09 |
| HSL | 54.62º | 0.63% | 0.76% | - |
| HSV(B) | 54.62º | 0.34% | 0.91% | - |
| XYZ | 66.04 | 73.34 | 41.25 | - |
| YUV | 219 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 154 | 0 | 0.03 | 0.34 | 0.09 | 54.62 | 0.63 | 0.76 |
| Hex | E8 | E1 | 9A | 0 | 3 | 22 | 9 | 37 | 3F | 4C |
| Octal | 350 | 341 | 232 | 0 | 3 | 42 | 11 | 67 | 77 | 114 |
| Binary | 11101000 | 11100001 | 10011010 | 0 | 11 | 100010 | 1001 | 110111 | 111111 | 1001100 |
Color Harmonies of #E8E19A
Complementary color
Monochromatic Colors of #E8E19A
Black with #E8E19A
Text Example
Text Example
White with #E8E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E19A; }
p { color: rgb(232,225,154); }
H1.HeaderClassName
{
color: #E8E19A;
}
.AnyTagClassName
{
color: #E8E19A;
}
</style>
background-color css
<style>
a { background-color: #E8E19A; }
a { background-color: rgb(232,225,154); }
div.DivClassName
{
background-color: #E8E19A;
}
.BgClassName
{
background-color: #E8E19A;
}
</style>
border-color css
<style>
span { border-color: #E8E19A; }
span { border-color: rgb(232,225,154); }
td.TdClassName
{
border-color: #E8E19A;
}
.TagClassName
{
border-color: #E8E19A;
}
</style>