Shades of Primrose #E0E58A
Tints of Primrose #E0E58A
RGB
CMYK
RGB Variations
Color information
#E0E58A (or 0xE0E58A) is known color: Primrose. HEX triplet: E0, E5 and 8A. RGB value is (224,229,138). Sum of RGB (Red+Green+Blue) = 224+229+138=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E58A is #1F1A75. Grayscale: #D9D9D9. Windows color (decimal): -2038390 or 9102816. OLE color: 9102816.
HSL color Cylindrical-coordinate representation of color #E0E58A: hue angle of 63.3º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0E58A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 138 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.10 |
| HSL | 63.3º | 0.64% | 0.72% | - |
| HSV(B) | 63.3º | 0.4% | 0.9% | - |
| XYZ | 63.35 | 73.72 | 34.94 | - |
| YUV | 217.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 138 | 0.02 | 0 | 0.40 | 0.10 | 63.3 | 0.64 | 0.72 |
| Hex | E0 | E5 | 8A | 2 | 0 | 28 | A | 3F | 40 | 48 |
| Octal | 340 | 345 | 212 | 2 | 0 | 50 | 12 | 77 | 100 | 110 |
| Binary | 11100000 | 11100101 | 10001010 | 10 | 0 | 101000 | 1010 | 111111 | 1000000 | 1001000 |
Color Harmonies of #E0E58A
Complementary color
Monochromatic Colors of #E0E58A
Black with #E0E58A
Text Example
Text Example
White with #E0E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E58A; }
p { color: rgb(224,229,138); }
H1.HeaderClassName
{
color: #E0E58A;
}
.AnyTagClassName
{
color: #E0E58A;
}
</style>
background-color css
<style>
a { background-color: #E0E58A; }
a { background-color: rgb(224,229,138); }
div.DivClassName
{
background-color: #E0E58A;
}
.BgClassName
{
background-color: #E0E58A;
}
</style>
border-color css
<style>
span { border-color: #E0E58A; }
span { border-color: rgb(224,229,138); }
td.TdClassName
{
border-color: #E0E58A;
}
.TagClassName
{
border-color: #E0E58A;
}
</style>