Shades of Primrose #E7E796
Tints of Primrose #E7E796
RGB
CMYK
RGB Variations
Color information
#E7E796 (or 0xE7E796) is known color: Primrose. HEX triplet: E7, E7 and 96. RGB value is (231,231,150). Sum of RGB (Red+Green+Blue) = 231+231+150=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E796 is #181869. Grayscale: #DEDEDE. Windows color (decimal): -1579114 or 9889767. OLE color: 9889767.
HSL color Cylindrical-coordinate representation of color #E7E796: hue angle of 60º 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 #E7E796 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 150 | - |
| CMYK | 0 | 0 | 0.35 | 0.09 |
| HSL | 60º | 0.63% | 0.75% | - |
| HSV(B) | 60º | 0.35% | 0.91% | - |
| XYZ | 67.04 | 76.34 | 40.06 | - |
| YUV | 221.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 150 | 0 | 0 | 0.35 | 0.09 | 60 | 0.63 | 0.75 |
| Hex | E7 | E7 | 96 | 0 | 0 | 23 | 9 | 3C | 3F | 4B |
| Octal | 347 | 347 | 226 | 0 | 0 | 43 | 11 | 74 | 77 | 113 |
| Binary | 11100111 | 11100111 | 10010110 | 0 | 0 | 100011 | 1001 | 111100 | 111111 | 1001011 |
Color Harmonies of #E7E796
Complementary color
Monochromatic Colors of #E7E796
Black with #E7E796
Text Example
Text Example
White with #E7E796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E796; }
p { color: rgb(231,231,150); }
H1.HeaderClassName
{
color: #E7E796;
}
.AnyTagClassName
{
color: #E7E796;
}
</style>
background-color css
<style>
a { background-color: #E7E796; }
a { background-color: rgb(231,231,150); }
div.DivClassName
{
background-color: #E7E796;
}
.BgClassName
{
background-color: #E7E796;
}
</style>
border-color css
<style>
span { border-color: #E7E796; }
span { border-color: rgb(231,231,150); }
td.TdClassName
{
border-color: #E7E796;
}
.TagClassName
{
border-color: #E7E796;
}
</style>