Shades of Primrose #E0DE82
Tints of Primrose #E0DE82
RGB
CMYK
RGB Variations
Color information
#E0DE82 (or 0xE0DE82) is known color: Primrose. HEX triplet: E0, DE and 82. RGB value is (224,222,130). Sum of RGB (Red+Green+Blue) = 224+222+130=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE82 is #1F217D. Grayscale: #D4D4D4. Windows color (decimal): -2040190 or 8576736. OLE color: 8576736.
HSL color Cylindrical-coordinate representation of color #E0DE82: hue angle of 58.72º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0DE82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 130 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.12 |
| HSL | 58.72º | 0.6% | 0.69% | - |
| HSV(B) | 58.72º | 0.42% | 0.88% | - |
| XYZ | 60.89 | 69.7 | 31.36 | - |
| YUV | 212.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 130 | 0 | 0.01 | 0.42 | 0.12 | 58.72 | 0.6 | 0.69 |
| Hex | E0 | DE | 82 | 0 | 1 | 2A | C | 3B | 3C | 45 |
| Octal | 340 | 336 | 202 | 0 | 1 | 52 | 14 | 73 | 74 | 105 |
| Binary | 11100000 | 11011110 | 10000010 | 0 | 1 | 101010 | 1100 | 111011 | 111100 | 1000101 |
Color Harmonies of #E0DE82
Complementary color
Monochromatic Colors of #E0DE82
Black with #E0DE82
Text Example
Text Example
White with #E0DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE82; }
p { color: rgb(224,222,130); }
H1.HeaderClassName
{
color: #E0DE82;
}
.AnyTagClassName
{
color: #E0DE82;
}
</style>
background-color css
<style>
a { background-color: #E0DE82; }
a { background-color: rgb(224,222,130); }
div.DivClassName
{
background-color: #E0DE82;
}
.BgClassName
{
background-color: #E0DE82;
}
</style>
border-color css
<style>
span { border-color: #E0DE82; }
span { border-color: rgb(224,222,130); }
td.TdClassName
{
border-color: #E0DE82;
}
.TagClassName
{
border-color: #E0DE82;
}
</style>