Shades of Primrose #E2DF99
Tints of Primrose #E2DF99
RGB
CMYK
RGB Variations
Color information
#E2DF99 (or 0xE2DF99) is known color: Primrose. HEX triplet: E2, DF and 99. RGB value is (226,223,153). Sum of RGB (Red+Green+Blue) = 226+223+153=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF99 is #1D2066. Grayscale: #D8D8D8. Windows color (decimal): -1908839 or 10084322. OLE color: 10084322.
HSL color Cylindrical-coordinate representation of color #E2DF99: hue angle of 57.53º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2DF99 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 153 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.11 |
| HSL | 57.53º | 0.56% | 0.74% | - |
| HSV(B) | 57.53º | 0.32% | 0.89% | - |
| XYZ | 63.5 | 71.24 | 40.54 | - |
| YUV | 215.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 153 | 0 | 0.01 | 0.32 | 0.11 | 57.53 | 0.56 | 0.74 |
| Hex | E2 | DF | 99 | 0 | 1 | 20 | B | 3A | 38 | 4A |
| Octal | 342 | 337 | 231 | 0 | 1 | 40 | 13 | 72 | 70 | 112 |
| Binary | 11100010 | 11011111 | 10011001 | 0 | 1 | 100000 | 1011 | 111010 | 111000 | 1001010 |
Color Harmonies of #E2DF99
Complementary color
Monochromatic Colors of #E2DF99
Black with #E2DF99
Text Example
Text Example
White with #E2DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF99; }
p { color: rgb(226,223,153); }
H1.HeaderClassName
{
color: #E2DF99;
}
.AnyTagClassName
{
color: #E2DF99;
}
</style>
background-color css
<style>
a { background-color: #E2DF99; }
a { background-color: rgb(226,223,153); }
div.DivClassName
{
background-color: #E2DF99;
}
.BgClassName
{
background-color: #E2DF99;
}
</style>
border-color css
<style>
span { border-color: #E2DF99; }
span { border-color: rgb(226,223,153); }
td.TdClassName
{
border-color: #E2DF99;
}
.TagClassName
{
border-color: #E2DF99;
}
</style>