Shades of Primrose #E5E292
Tints of Primrose #E5E292
RGB
CMYK
RGB Variations
Color information
#E5E292 (or 0xE5E292) is known color: Primrose. HEX triplet: E5, E2 and 92. RGB value is (229,226,146). Sum of RGB (Red+Green+Blue) = 229+226+146=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E292 is #1A1D6D. Grayscale: #DADADA. Windows color (decimal): -1711470 or 9626341. OLE color: 9626341.
HSL color Cylindrical-coordinate representation of color #E5E292: hue angle of 57.83º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5E292 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 146 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.10 |
| HSL | 57.83º | 0.61% | 0.74% | - |
| HSV(B) | 57.83º | 0.36% | 0.9% | - |
| XYZ | 64.7 | 73.13 | 37.9 | - |
| YUV | 217.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 146 | 0 | 0.01 | 0.36 | 0.10 | 57.83 | 0.61 | 0.74 |
| Hex | E5 | E2 | 92 | 0 | 1 | 24 | A | 3A | 3D | 4A |
| Octal | 345 | 342 | 222 | 0 | 1 | 44 | 12 | 72 | 75 | 112 |
| Binary | 11100101 | 11100010 | 10010010 | 0 | 1 | 100100 | 1010 | 111010 | 111101 | 1001010 |
Color Harmonies of #E5E292
Complementary color
Monochromatic Colors of #E5E292
Black with #E5E292
Text Example
Text Example
White with #E5E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E292; }
p { color: rgb(229,226,146); }
H1.HeaderClassName
{
color: #E5E292;
}
.AnyTagClassName
{
color: #E5E292;
}
</style>
background-color css
<style>
a { background-color: #E5E292; }
a { background-color: rgb(229,226,146); }
div.DivClassName
{
background-color: #E5E292;
}
.BgClassName
{
background-color: #E5E292;
}
</style>
border-color css
<style>
span { border-color: #E5E292; }
span { border-color: rgb(229,226,146); }
td.TdClassName
{
border-color: #E5E292;
}
.TagClassName
{
border-color: #E5E292;
}
</style>