Shades of Primrose #E8E591
Tints of Primrose #E8E591
RGB
CMYK
RGB Variations
Color information
#E8E591 (or 0xE8E591) is known color: Primrose. HEX triplet: E8, E5 and 91. RGB value is (232,229,145). Sum of RGB (Red+Green+Blue) = 232+229+145=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E591 is #171A6E. Grayscale: #DCDCDC. Windows color (decimal): -1514095 or 9561576. OLE color: 9561576.
HSL color Cylindrical-coordinate representation of color #E8E591: hue angle of 57.93º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E591 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 145 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.09 |
| HSL | 57.93º | 0.65% | 0.74% | - |
| HSV(B) | 57.93º | 0.38% | 0.91% | - |
| XYZ | 66.41 | 75.24 | 37.81 | - |
| YUV | 220.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 145 | 0 | 0.01 | 0.38 | 0.09 | 57.93 | 0.65 | 0.74 |
| Hex | E8 | E5 | 91 | 0 | 1 | 26 | 9 | 3A | 41 | 4A |
| Octal | 350 | 345 | 221 | 0 | 1 | 46 | 11 | 72 | 101 | 112 |
| Binary | 11101000 | 11100101 | 10010001 | 0 | 1 | 100110 | 1001 | 111010 | 1000001 | 1001010 |
Color Harmonies of #E8E591
Complementary color
Monochromatic Colors of #E8E591
Black with #E8E591
Text Example
Text Example
White with #E8E591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E591; }
p { color: rgb(232,229,145); }
H1.HeaderClassName
{
color: #E8E591;
}
.AnyTagClassName
{
color: #E8E591;
}
</style>
background-color css
<style>
a { background-color: #E8E591; }
a { background-color: rgb(232,229,145); }
div.DivClassName
{
background-color: #E8E591;
}
.BgClassName
{
background-color: #E8E591;
}
</style>
border-color css
<style>
span { border-color: #E8E591; }
span { border-color: rgb(232,229,145); }
td.TdClassName
{
border-color: #E8E591;
}
.TagClassName
{
border-color: #E8E591;
}
</style>