Shades of Primrose #E0E499
Tints of Primrose #E0E499
RGB
CMYK
RGB Variations
Color information
#E0E499 (or 0xE0E499) is known color: Primrose. HEX triplet: E0, E4 and 99. RGB value is (224,228,153). Sum of RGB (Red+Green+Blue) = 224+228+153=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E499 is #1F1B66. Grayscale: #DADADA. Windows color (decimal): -2038631 or 10085600. OLE color: 10085600.
HSL color Cylindrical-coordinate representation of color #E0E499: hue angle of 63.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0E499 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 153 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.11 |
| HSL | 63.2º | 0.58% | 0.75% | - |
| HSV(B) | 63.2º | 0.33% | 0.89% | - |
| XYZ | 64.23 | 73.63 | 40.96 | - |
| YUV | 218.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 153 | 0.02 | 0 | 0.33 | 0.11 | 63.2 | 0.58 | 0.75 |
| Hex | E0 | E4 | 99 | 2 | 0 | 21 | B | 3F | 3A | 4B |
| Octal | 340 | 344 | 231 | 2 | 0 | 41 | 13 | 77 | 72 | 113 |
| Binary | 11100000 | 11100100 | 10011001 | 10 | 0 | 100001 | 1011 | 111111 | 111010 | 1001011 |
Color Harmonies of #E0E499
Complementary color
Monochromatic Colors of #E0E499
Black with #E0E499
Text Example
Text Example
White with #E0E499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E499; }
p { color: rgb(224,228,153); }
H1.HeaderClassName
{
color: #E0E499;
}
.AnyTagClassName
{
color: #E0E499;
}
</style>
background-color css
<style>
a { background-color: #E0E499; }
a { background-color: rgb(224,228,153); }
div.DivClassName
{
background-color: #E0E499;
}
.BgClassName
{
background-color: #E0E499;
}
</style>
border-color css
<style>
span { border-color: #E0E499; }
span { border-color: rgb(224,228,153); }
td.TdClassName
{
border-color: #E0E499;
}
.TagClassName
{
border-color: #E0E499;
}
</style>