Shades of Primrose #E1DE82
Tints of Primrose #E1DE82
RGB
CMYK
RGB Variations
Color information
#E1DE82 (or 0xE1DE82) is known color: Primrose. HEX triplet: E1, DE and 82. RGB value is (225,222,130). Sum of RGB (Red+Green+Blue) = 225+222+130=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE82 is #1E217D. Grayscale: #D4D4D4. Windows color (decimal): -1974654 or 8576737. OLE color: 8576737.
HSL color Cylindrical-coordinate representation of color #E1DE82: hue angle of 58.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1DE82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 130 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.12 |
| HSL | 58.11º | 0.61% | 0.7% | - |
| HSV(B) | 58.11º | 0.42% | 0.88% | - |
| XYZ | 61.2 | 69.86 | 31.38 | - |
| YUV | 212.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 130 | 0 | 0.01 | 0.42 | 0.12 | 58.11 | 0.61 | 0.7 |
| Hex | E1 | DE | 82 | 0 | 1 | 2A | C | 3A | 3D | 46 |
| Octal | 341 | 336 | 202 | 0 | 1 | 52 | 14 | 72 | 75 | 106 |
| Binary | 11100001 | 11011110 | 10000010 | 0 | 1 | 101010 | 1100 | 111010 | 111101 | 1000110 |
Color Harmonies of #E1DE82
Complementary color
Monochromatic Colors of #E1DE82
Black with #E1DE82
Text Example
Text Example
White with #E1DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE82; }
p { color: rgb(225,222,130); }
H1.HeaderClassName
{
color: #E1DE82;
}
.AnyTagClassName
{
color: #E1DE82;
}
</style>
background-color css
<style>
a { background-color: #E1DE82; }
a { background-color: rgb(225,222,130); }
div.DivClassName
{
background-color: #E1DE82;
}
.BgClassName
{
background-color: #E1DE82;
}
</style>
border-color css
<style>
span { border-color: #E1DE82; }
span { border-color: rgb(225,222,130); }
td.TdClassName
{
border-color: #E1DE82;
}
.TagClassName
{
border-color: #E1DE82;
}
</style>