Shades of Primrose #E8E696
Tints of Primrose #E8E696
RGB
CMYK
RGB Variations
Color information
#E8E696 (or 0xE8E696) is known color: Primrose. HEX triplet: E8, E6 and 96. RGB value is (232,230,150). Sum of RGB (Red+Green+Blue) = 232+230+150=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E696 is #171969. Grayscale: #DDDDDD. Windows color (decimal): -1513834 or 9889512. OLE color: 9889512.
HSL color Cylindrical-coordinate representation of color #E8E696: hue angle of 58.54º 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 #E8E696 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 150 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.09 |
| HSL | 58.54º | 0.64% | 0.75% | - |
| HSV(B) | 58.54º | 0.35% | 0.91% | - |
| XYZ | 67.08 | 75.95 | 39.98 | - |
| YUV | 221.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 150 | 0 | 0.01 | 0.35 | 0.09 | 58.54 | 0.64 | 0.75 |
| Hex | E8 | E6 | 96 | 0 | 1 | 23 | 9 | 3B | 40 | 4B |
| Octal | 350 | 346 | 226 | 0 | 1 | 43 | 11 | 73 | 100 | 113 |
| Binary | 11101000 | 11100110 | 10010110 | 0 | 1 | 100011 | 1001 | 111011 | 1000000 | 1001011 |
Color Harmonies of #E8E696
Complementary color
Monochromatic Colors of #E8E696
Black with #E8E696
Text Example
Text Example
White with #E8E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E696; }
p { color: rgb(232,230,150); }
H1.HeaderClassName
{
color: #E8E696;
}
.AnyTagClassName
{
color: #E8E696;
}
</style>
background-color css
<style>
a { background-color: #E8E696; }
a { background-color: rgb(232,230,150); }
div.DivClassName
{
background-color: #E8E696;
}
.BgClassName
{
background-color: #E8E696;
}
</style>
border-color css
<style>
span { border-color: #E8E696; }
span { border-color: rgb(232,230,150); }
td.TdClassName
{
border-color: #E8E696;
}
.TagClassName
{
border-color: #E8E696;
}
</style>