Shades of Primrose #E5E696
Tints of Primrose #E5E696
RGB
CMYK
RGB Variations
Color information
#E5E696 (or 0xE5E696) is known color: Primrose. HEX triplet: E5, E6 and 96. RGB value is (229,230,150). Sum of RGB (Red+Green+Blue) = 229+230+150=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E696 is #1A1969. Grayscale: #DCDCDC. Windows color (decimal): -1710442 or 9889509. OLE color: 9889509.
HSL color Cylindrical-coordinate representation of color #E5E696: hue angle of 60.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5E696 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 150 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.10 |
| HSL | 60.75º | 0.62% | 0.75% | - |
| HSV(B) | 60.75º | 0.35% | 0.9% | - |
| XYZ | 66.11 | 75.45 | 39.93 | - |
| YUV | 220.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 150 | 0.00 | 0 | 0.35 | 0.10 | 60.75 | 0.62 | 0.75 |
| Hex | E5 | E6 | 96 | 0 | 0 | 23 | A | 3D | 3E | 4B |
| Octal | 345 | 346 | 226 | 0 | 0 | 43 | 12 | 75 | 76 | 113 |
| Binary | 11100101 | 11100110 | 10010110 | 0 | 0 | 100011 | 1010 | 111101 | 111110 | 1001011 |
Color Harmonies of #E5E696
Complementary color
Monochromatic Colors of #E5E696
Black with #E5E696
Text Example
Text Example
White with #E5E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E696; }
p { color: rgb(229,230,150); }
H1.HeaderClassName
{
color: #E5E696;
}
.AnyTagClassName
{
color: #E5E696;
}
</style>
background-color css
<style>
a { background-color: #E5E696; }
a { background-color: rgb(229,230,150); }
div.DivClassName
{
background-color: #E5E696;
}
.BgClassName
{
background-color: #E5E696;
}
</style>
border-color css
<style>
span { border-color: #E5E696; }
span { border-color: rgb(229,230,150); }
td.TdClassName
{
border-color: #E5E696;
}
.TagClassName
{
border-color: #E5E696;
}
</style>