Shades of Primrose #E0E295
Tints of Primrose #E0E295
RGB
CMYK
RGB Variations
Color information
#E0E295 (or 0xE0E295) is known color: Primrose. HEX triplet: E0, E2 and 95. RGB value is (224,226,149). Sum of RGB (Red+Green+Blue) = 224+226+149=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E295 is #1F1D6A. Grayscale: #D8D8D8. Windows color (decimal): -2039147 or 9822944. OLE color: 9822944.
HSL color Cylindrical-coordinate representation of color #E0E295: hue angle of 61.56º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0E295 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 149 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.11 |
| HSL | 61.56º | 0.57% | 0.74% | - |
| HSV(B) | 61.56º | 0.34% | 0.89% | - |
| XYZ | 63.36 | 72.41 | 39.07 | - |
| YUV | 216.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 149 | 0.01 | 0 | 0.34 | 0.11 | 61.56 | 0.57 | 0.74 |
| Hex | E0 | E2 | 95 | 1 | 0 | 22 | B | 3E | 39 | 4A |
| Octal | 340 | 342 | 225 | 1 | 0 | 42 | 13 | 76 | 71 | 112 |
| Binary | 11100000 | 11100010 | 10010101 | 1 | 0 | 100010 | 1011 | 111110 | 111001 | 1001010 |
Color Harmonies of #E0E295
Complementary color
Monochromatic Colors of #E0E295
Black with #E0E295
Text Example
Text Example
White with #E0E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E295; }
p { color: rgb(224,226,149); }
H1.HeaderClassName
{
color: #E0E295;
}
.AnyTagClassName
{
color: #E0E295;
}
</style>
background-color css
<style>
a { background-color: #E0E295; }
a { background-color: rgb(224,226,149); }
div.DivClassName
{
background-color: #E0E295;
}
.BgClassName
{
background-color: #E0E295;
}
</style>
border-color css
<style>
span { border-color: #E0E295; }
span { border-color: rgb(224,226,149); }
td.TdClassName
{
border-color: #E0E295;
}
.TagClassName
{
border-color: #E0E295;
}
</style>