Shades of Primrose #E5E595
Tints of Primrose #E5E595
RGB
CMYK
RGB Variations
Color information
#E5E595 (or 0xE5E595) is known color: Primrose. HEX triplet: E5, E5 and 95. RGB value is (229,229,149). Sum of RGB (Red+Green+Blue) = 229+229+149=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E595 is #1A1A6A. Grayscale: #DCDCDC. Windows color (decimal): -1710699 or 9823717. OLE color: 9823717.
HSL color Cylindrical-coordinate representation of color #E5E595: hue angle of 60º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5E595 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 229 | 149 | - |
| CMYK | 0 | 0 | 0.35 | 0.10 |
| HSL | 60º | 0.61% | 0.74% | - |
| HSV(B) | 60º | 0.35% | 0.9% | - |
| XYZ | 65.76 | 74.87 | 39.42 | - |
| YUV | 219.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 229 | 149 | 0 | 0 | 0.35 | 0.10 | 60 | 0.61 | 0.74 |
| Hex | E5 | E5 | 95 | 0 | 0 | 23 | A | 3C | 3D | 4A |
| Octal | 345 | 345 | 225 | 0 | 0 | 43 | 12 | 74 | 75 | 112 |
| Binary | 11100101 | 11100101 | 10010101 | 0 | 0 | 100011 | 1010 | 111100 | 111101 | 1001010 |
Color Harmonies of #E5E595
Complementary color
Monochromatic Colors of #E5E595
Black with #E5E595
Text Example
Text Example
White with #E5E595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E595; }
p { color: rgb(229,229,149); }
H1.HeaderClassName
{
color: #E5E595;
}
.AnyTagClassName
{
color: #E5E595;
}
</style>
background-color css
<style>
a { background-color: #E5E595; }
a { background-color: rgb(229,229,149); }
div.DivClassName
{
background-color: #E5E595;
}
.BgClassName
{
background-color: #E5E595;
}
</style>
border-color css
<style>
span { border-color: #E5E595; }
span { border-color: rgb(229,229,149); }
td.TdClassName
{
border-color: #E5E595;
}
.TagClassName
{
border-color: #E5E595;
}
</style>