Shades of Primrose #E0E48E
Tints of Primrose #E0E48E
RGB
CMYK
RGB Variations
Color information
#E0E48E (or 0xE0E48E) is known color: Primrose. HEX triplet: E0, E4 and 8E. RGB value is (224,228,142). Sum of RGB (Red+Green+Blue) = 224+228+142=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E48E is #1F1B71. Grayscale: #D9D9D9. Windows color (decimal): -2038642 or 9364704. OLE color: 9364704.
HSL color Cylindrical-coordinate representation of color #E0E48E: hue angle of 62.79º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0E48E is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 142 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.11 |
| HSL | 62.79º | 0.61% | 0.73% | - |
| HSV(B) | 62.79º | 0.38% | 0.89% | - |
| XYZ | 63.37 | 73.29 | 36.4 | - |
| YUV | 217 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 142 | 0.02 | 0 | 0.38 | 0.11 | 62.79 | 0.61 | 0.73 |
| Hex | E0 | E4 | 8E | 2 | 0 | 26 | B | 3F | 3D | 49 |
| Octal | 340 | 344 | 216 | 2 | 0 | 46 | 13 | 77 | 75 | 111 |
| Binary | 11100000 | 11100100 | 10001110 | 10 | 0 | 100110 | 1011 | 111111 | 111101 | 1001001 |
Color Harmonies of #E0E48E
Complementary color
Monochromatic Colors of #E0E48E
Black with #E0E48E
Text Example
Text Example
White with #E0E48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E48E; }
p { color: rgb(224,228,142); }
H1.HeaderClassName
{
color: #E0E48E;
}
.AnyTagClassName
{
color: #E0E48E;
}
</style>
background-color css
<style>
a { background-color: #E0E48E; }
a { background-color: rgb(224,228,142); }
div.DivClassName
{
background-color: #E0E48E;
}
.BgClassName
{
background-color: #E0E48E;
}
</style>
border-color css
<style>
span { border-color: #E0E48E; }
span { border-color: rgb(224,228,142); }
td.TdClassName
{
border-color: #E0E48E;
}
.TagClassName
{
border-color: #E0E48E;
}
</style>