Shades of Primrose #E0E38E
Tints of Primrose #E0E38E
RGB
CMYK
RGB Variations
Color information
#E0E38E (or 0xE0E38E) is known color: Primrose. HEX triplet: E0, E3 and 8E. RGB value is (224,227,142). Sum of RGB (Red+Green+Blue) = 224+227+142=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E38E is #1F1C71. Grayscale: #D8D8D8. Windows color (decimal): -2038898 or 9364448. OLE color: 9364448.
HSL color Cylindrical-coordinate representation of color #E0E38E: hue angle of 62.12º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0E38E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 142 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.11 |
| HSL | 62.12º | 0.6% | 0.72% | - |
| HSV(B) | 62.12º | 0.37% | 0.89% | - |
| XYZ | 63.09 | 72.74 | 36.31 | - |
| YUV | 216.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 142 | 0.01 | 0 | 0.37 | 0.11 | 62.12 | 0.6 | 0.72 |
| Hex | E0 | E3 | 8E | 1 | 0 | 25 | B | 3E | 3C | 48 |
| Octal | 340 | 343 | 216 | 1 | 0 | 45 | 13 | 76 | 74 | 110 |
| Binary | 11100000 | 11100011 | 10001110 | 1 | 0 | 100101 | 1011 | 111110 | 111100 | 1001000 |
Color Harmonies of #E0E38E
Complementary color
Monochromatic Colors of #E0E38E
Black with #E0E38E
Text Example
Text Example
White with #E0E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E38E; }
p { color: rgb(224,227,142); }
H1.HeaderClassName
{
color: #E0E38E;
}
.AnyTagClassName
{
color: #E0E38E;
}
</style>
background-color css
<style>
a { background-color: #E0E38E; }
a { background-color: rgb(224,227,142); }
div.DivClassName
{
background-color: #E0E38E;
}
.BgClassName
{
background-color: #E0E38E;
}
</style>
border-color css
<style>
span { border-color: #E0E38E; }
span { border-color: rgb(224,227,142); }
td.TdClassName
{
border-color: #E0E38E;
}
.TagClassName
{
border-color: #E0E38E;
}
</style>