Shades of Primrose #E7E696
Tints of Primrose #E7E696
RGB
CMYK
RGB Variations
Color information
#E7E696 (or 0xE7E696) is known color: Primrose. HEX triplet: E7, E6 and 96. RGB value is (231,230,150). Sum of RGB (Red+Green+Blue) = 231+230+150=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E696 is #181969. Grayscale: #DDDDDD. Windows color (decimal): -1579370 or 9889511. OLE color: 9889511.
HSL color Cylindrical-coordinate representation of color #E7E696: hue angle of 59.26º degrees, saturation: 0.63, 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 #E7E696 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 150 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.09 |
| HSL | 59.26º | 0.63% | 0.75% | - |
| HSV(B) | 59.26º | 0.35% | 0.91% | - |
| XYZ | 66.76 | 75.78 | 39.96 | - |
| YUV | 221.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 150 | 0 | 0.00 | 0.35 | 0.09 | 59.26 | 0.63 | 0.75 |
| Hex | E7 | E6 | 96 | 0 | 0 | 23 | 9 | 3B | 3F | 4B |
| Octal | 347 | 346 | 226 | 0 | 0 | 43 | 11 | 73 | 77 | 113 |
| Binary | 11100111 | 11100110 | 10010110 | 0 | 0 | 100011 | 1001 | 111011 | 111111 | 1001011 |
Color Harmonies of #E7E696
Complementary color
Monochromatic Colors of #E7E696
Black with #E7E696
Text Example
Text Example
White with #E7E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E696; }
p { color: rgb(231,230,150); }
H1.HeaderClassName
{
color: #E7E696;
}
.AnyTagClassName
{
color: #E7E696;
}
</style>
background-color css
<style>
a { background-color: #E7E696; }
a { background-color: rgb(231,230,150); }
div.DivClassName
{
background-color: #E7E696;
}
.BgClassName
{
background-color: #E7E696;
}
</style>
border-color css
<style>
span { border-color: #E7E696; }
span { border-color: rgb(231,230,150); }
td.TdClassName
{
border-color: #E7E696;
}
.TagClassName
{
border-color: #E7E696;
}
</style>