Shades of Primrose #E0E399
Tints of Primrose #E0E399
RGB
CMYK
RGB Variations
Color information
#E0E399 (or 0xE0E399) is known color: Primrose. HEX triplet: E0, E3 and 99. RGB value is (224,227,153). Sum of RGB (Red+Green+Blue) = 224+227+153=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E399 is #1F1C66. Grayscale: #D9D9D9. Windows color (decimal): -2038887 or 10085344. OLE color: 10085344.
HSL color Cylindrical-coordinate representation of color #E0E399: hue angle of 62.43º degrees, saturation: 0.57, 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 #E0E399 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 153 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.11 |
| HSL | 62.43º | 0.57% | 0.75% | - |
| HSV(B) | 62.43º | 0.33% | 0.89% | - |
| XYZ | 63.96 | 73.09 | 40.87 | - |
| YUV | 217.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 153 | 0.01 | 0 | 0.33 | 0.11 | 62.43 | 0.57 | 0.75 |
| Hex | E0 | E3 | 99 | 1 | 0 | 21 | B | 3E | 39 | 4B |
| Octal | 340 | 343 | 231 | 1 | 0 | 41 | 13 | 76 | 71 | 113 |
| Binary | 11100000 | 11100011 | 10011001 | 1 | 0 | 100001 | 1011 | 111110 | 111001 | 1001011 |
Color Harmonies of #E0E399
Complementary color
Monochromatic Colors of #E0E399
Black with #E0E399
Text Example
Text Example
White with #E0E399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E399; }
p { color: rgb(224,227,153); }
H1.HeaderClassName
{
color: #E0E399;
}
.AnyTagClassName
{
color: #E0E399;
}
</style>
background-color css
<style>
a { background-color: #E0E399; }
a { background-color: rgb(224,227,153); }
div.DivClassName
{
background-color: #E0E399;
}
.BgClassName
{
background-color: #E0E399;
}
</style>
border-color css
<style>
span { border-color: #E0E399; }
span { border-color: rgb(224,227,153); }
td.TdClassName
{
border-color: #E0E399;
}
.TagClassName
{
border-color: #E0E399;
}
</style>