Shades of Primrose #E0E495
Tints of Primrose #E0E495
RGB
CMYK
RGB Variations
Color information
#E0E495 (or 0xE0E495) is known color: Primrose. HEX triplet: E0, E4 and 95. RGB value is (224,228,149). Sum of RGB (Red+Green+Blue) = 224+228+149=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E495 is #1F1B6A. Grayscale: #DADADA. Windows color (decimal): -2038635 or 9823456. OLE color: 9823456.
HSL color Cylindrical-coordinate representation of color #E0E495: hue angle of 63.04º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0E495 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 149 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.11 |
| HSL | 63.04º | 0.59% | 0.74% | - |
| HSV(B) | 63.04º | 0.35% | 0.89% | - |
| XYZ | 63.91 | 73.5 | 39.25 | - |
| YUV | 217.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 149 | 0.02 | 0 | 0.35 | 0.11 | 63.04 | 0.59 | 0.74 |
| Hex | E0 | E4 | 95 | 2 | 0 | 23 | B | 3F | 3B | 4A |
| Octal | 340 | 344 | 225 | 2 | 0 | 43 | 13 | 77 | 73 | 112 |
| Binary | 11100000 | 11100100 | 10010101 | 10 | 0 | 100011 | 1011 | 111111 | 111011 | 1001010 |
Color Harmonies of #E0E495
Complementary color
Monochromatic Colors of #E0E495
Black with #E0E495
Text Example
Text Example
White with #E0E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E495; }
p { color: rgb(224,228,149); }
H1.HeaderClassName
{
color: #E0E495;
}
.AnyTagClassName
{
color: #E0E495;
}
</style>
background-color css
<style>
a { background-color: #E0E495; }
a { background-color: rgb(224,228,149); }
div.DivClassName
{
background-color: #E0E495;
}
.BgClassName
{
background-color: #E0E495;
}
</style>
border-color css
<style>
span { border-color: #E0E495; }
span { border-color: rgb(224,228,149); }
td.TdClassName
{
border-color: #E0E495;
}
.TagClassName
{
border-color: #E0E495;
}
</style>