Shades of Primrose #E0DD82
Tints of Primrose #E0DD82
RGB
CMYK
RGB Variations
Color information
#E0DD82 (or 0xE0DD82) is known color: Primrose. HEX triplet: E0, DD and 82. RGB value is (224,221,130). Sum of RGB (Red+Green+Blue) = 224+221+130=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD82 is #1F227D. Grayscale: #D3D3D3. Windows color (decimal): -2040446 or 8576480. OLE color: 8576480.
HSL color Cylindrical-coordinate representation of color #E0DD82: hue angle of 58.09º 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 #E0DD82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 130 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.12 |
| HSL | 58.09º | 0.6% | 0.69% | - |
| HSV(B) | 58.09º | 0.42% | 0.88% | - |
| XYZ | 60.63 | 69.17 | 31.28 | - |
| YUV | 211.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 130 | 0 | 0.01 | 0.42 | 0.12 | 58.09 | 0.6 | 0.69 |
| Hex | E0 | DD | 82 | 0 | 1 | 2A | C | 3A | 3C | 45 |
| Octal | 340 | 335 | 202 | 0 | 1 | 52 | 14 | 72 | 74 | 105 |
| Binary | 11100000 | 11011101 | 10000010 | 0 | 1 | 101010 | 1100 | 111010 | 111100 | 1000101 |
Color Harmonies of #E0DD82
Complementary color
Monochromatic Colors of #E0DD82
Black with #E0DD82
Text Example
Text Example
White with #E0DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD82; }
p { color: rgb(224,221,130); }
H1.HeaderClassName
{
color: #E0DD82;
}
.AnyTagClassName
{
color: #E0DD82;
}
</style>
background-color css
<style>
a { background-color: #E0DD82; }
a { background-color: rgb(224,221,130); }
div.DivClassName
{
background-color: #E0DD82;
}
.BgClassName
{
background-color: #E0DD82;
}
</style>
border-color css
<style>
span { border-color: #E0DD82; }
span { border-color: rgb(224,221,130); }
td.TdClassName
{
border-color: #E0DD82;
}
.TagClassName
{
border-color: #E0DD82;
}
</style>