Shades of Primrose #E8E597
Tints of Primrose #E8E597
RGB
CMYK
RGB Variations
Color information
#E8E597 (or 0xE8E597) is known color: Primrose. HEX triplet: E8, E5 and 97. RGB value is (232,229,151). Sum of RGB (Red+Green+Blue) = 232+229+151=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E597 is #171A68. Grayscale: #DDDDDD. Windows color (decimal): -1514089 or 9954792. OLE color: 9954792.
HSL color Cylindrical-coordinate representation of color #E8E597: hue angle of 57.78º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8E597 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 151 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.09 |
| HSL | 57.78º | 0.64% | 0.75% | - |
| HSV(B) | 57.78º | 0.35% | 0.91% | - |
| XYZ | 66.88 | 75.43 | 40.31 | - |
| YUV | 221.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 151 | 0 | 0.01 | 0.35 | 0.09 | 57.78 | 0.64 | 0.75 |
| Hex | E8 | E5 | 97 | 0 | 1 | 23 | 9 | 3A | 40 | 4B |
| Octal | 350 | 345 | 227 | 0 | 1 | 43 | 11 | 72 | 100 | 113 |
| Binary | 11101000 | 11100101 | 10010111 | 0 | 1 | 100011 | 1001 | 111010 | 1000000 | 1001011 |
Color Harmonies of #E8E597
Complementary color
Monochromatic Colors of #E8E597
Black with #E8E597
Text Example
Text Example
White with #E8E597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E597; }
p { color: rgb(232,229,151); }
H1.HeaderClassName
{
color: #E8E597;
}
.AnyTagClassName
{
color: #E8E597;
}
</style>
background-color css
<style>
a { background-color: #E8E597; }
a { background-color: rgb(232,229,151); }
div.DivClassName
{
background-color: #E8E597;
}
.BgClassName
{
background-color: #E8E597;
}
</style>
border-color css
<style>
span { border-color: #E8E597; }
span { border-color: rgb(232,229,151); }
td.TdClassName
{
border-color: #E8E597;
}
.TagClassName
{
border-color: #E8E597;
}
</style>