Shades of Primrose #E5E095
Tints of Primrose #E5E095
RGB
CMYK
RGB Variations
Color information
#E5E095 (or 0xE5E095) is known color: Primrose. HEX triplet: E5, E0 and 95. RGB value is (229,224,149). Sum of RGB (Red+Green+Blue) = 229+224+149=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E095 is #1A1F6A. Grayscale: #D9D9D9. Windows color (decimal): -1711979 or 9822437. OLE color: 9822437.
HSL color Cylindrical-coordinate representation of color #E5E095: hue angle of 56.25º 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 #E5E095 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 149 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.10 |
| HSL | 56.25º | 0.61% | 0.74% | - |
| HSV(B) | 56.25º | 0.35% | 0.9% | - |
| XYZ | 64.39 | 72.14 | 38.96 | - |
| YUV | 216.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 149 | 0 | 0.02 | 0.35 | 0.10 | 56.25 | 0.61 | 0.74 |
| Hex | E5 | E0 | 95 | 0 | 2 | 23 | A | 38 | 3D | 4A |
| Octal | 345 | 340 | 225 | 0 | 2 | 43 | 12 | 70 | 75 | 112 |
| Binary | 11100101 | 11100000 | 10010101 | 0 | 10 | 100011 | 1010 | 111000 | 111101 | 1001010 |
Color Harmonies of #E5E095
Complementary color
Monochromatic Colors of #E5E095
Black with #E5E095
Text Example
Text Example
White with #E5E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E095; }
p { color: rgb(229,224,149); }
H1.HeaderClassName
{
color: #E5E095;
}
.AnyTagClassName
{
color: #E5E095;
}
</style>
background-color css
<style>
a { background-color: #E5E095; }
a { background-color: rgb(229,224,149); }
div.DivClassName
{
background-color: #E5E095;
}
.BgClassName
{
background-color: #E5E095;
}
</style>
border-color css
<style>
span { border-color: #E5E095; }
span { border-color: rgb(229,224,149); }
td.TdClassName
{
border-color: #E5E095;
}
.TagClassName
{
border-color: #E5E095;
}
</style>