Shades of Primrose #E3DF84
Tints of Primrose #E3DF84
RGB
CMYK
RGB Variations
Color information
#E3DF84 (or 0xE3DF84) is known color: Primrose. HEX triplet: E3, DF and 84. RGB value is (227,223,132). Sum of RGB (Red+Green+Blue) = 227+223+132=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DF84 is #1C207B. Grayscale: #D6D6D6. Windows color (decimal): -1843324 or 8708067. OLE color: 8708067.
HSL color Cylindrical-coordinate representation of color #E3DF84: hue angle of 57.47º degrees, saturation: 0.63, 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 #E3DF84 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 132 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.11 |
| HSL | 57.47º | 0.63% | 0.7% | - |
| HSV(B) | 57.47º | 0.42% | 0.89% | - |
| XYZ | 62.23 | 70.77 | 32.21 | - |
| YUV | 213.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 132 | 0 | 0.02 | 0.42 | 0.11 | 57.47 | 0.63 | 0.7 |
| Hex | E3 | DF | 84 | 0 | 2 | 2A | B | 39 | 3F | 46 |
| Octal | 343 | 337 | 204 | 0 | 2 | 52 | 13 | 71 | 77 | 106 |
| Binary | 11100011 | 11011111 | 10000100 | 0 | 10 | 101010 | 1011 | 111001 | 111111 | 1000110 |
Color Harmonies of #E3DF84
Complementary color
Monochromatic Colors of #E3DF84
Black with #E3DF84
Text Example
Text Example
White with #E3DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF84; }
p { color: rgb(227,223,132); }
H1.HeaderClassName
{
color: #E3DF84;
}
.AnyTagClassName
{
color: #E3DF84;
}
</style>
background-color css
<style>
a { background-color: #E3DF84; }
a { background-color: rgb(227,223,132); }
div.DivClassName
{
background-color: #E3DF84;
}
.BgClassName
{
background-color: #E3DF84;
}
</style>
border-color css
<style>
span { border-color: #E3DF84; }
span { border-color: rgb(227,223,132); }
td.TdClassName
{
border-color: #E3DF84;
}
.TagClassName
{
border-color: #E3DF84;
}
</style>