Shades of Primrose #E2DF84
Tints of Primrose #E2DF84
RGB
CMYK
RGB Variations
Color information
#E2DF84 (or 0xE2DF84) is known color: Primrose. HEX triplet: E2, DF and 84. RGB value is (226,223,132). Sum of RGB (Red+Green+Blue) = 226+223+132=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF84 is #1D207B. Grayscale: #D5D5D5. Windows color (decimal): -1908860 or 8708066. OLE color: 8708066.
HSL color Cylindrical-coordinate representation of color #E2DF84: hue angle of 58.09º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2DF84 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 132 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.11 |
| HSL | 58.09º | 0.62% | 0.7% | - |
| HSV(B) | 58.09º | 0.42% | 0.89% | - |
| XYZ | 61.92 | 70.61 | 32.2 | - |
| YUV | 213.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 132 | 0 | 0.01 | 0.42 | 0.11 | 58.09 | 0.62 | 0.7 |
| Hex | E2 | DF | 84 | 0 | 1 | 2A | B | 3A | 3E | 46 |
| Octal | 342 | 337 | 204 | 0 | 1 | 52 | 13 | 72 | 76 | 106 |
| Binary | 11100010 | 11011111 | 10000100 | 0 | 1 | 101010 | 1011 | 111010 | 111110 | 1000110 |
Color Harmonies of #E2DF84
Complementary color
Monochromatic Colors of #E2DF84
Black with #E2DF84
Text Example
Text Example
White with #E2DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF84; }
p { color: rgb(226,223,132); }
H1.HeaderClassName
{
color: #E2DF84;
}
.AnyTagClassName
{
color: #E2DF84;
}
</style>
background-color css
<style>
a { background-color: #E2DF84; }
a { background-color: rgb(226,223,132); }
div.DivClassName
{
background-color: #E2DF84;
}
.BgClassName
{
background-color: #E2DF84;
}
</style>
border-color css
<style>
span { border-color: #E2DF84; }
span { border-color: rgb(226,223,132); }
td.TdClassName
{
border-color: #E2DF84;
}
.TagClassName
{
border-color: #E2DF84;
}
</style>