Shades of Primrose #E2DF91
Tints of Primrose #E2DF91
RGB
CMYK
RGB Variations
Color information
#E2DF91 (or 0xE2DF91) is known color: Primrose. HEX triplet: E2, DF and 91. RGB value is (226,223,145). Sum of RGB (Red+Green+Blue) = 226+223+145=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF91 is #1D206E. Grayscale: #D7D7D7. Windows color (decimal): -1908847 or 9560034. OLE color: 9560034.
HSL color Cylindrical-coordinate representation of color #E2DF91: hue angle of 57.78º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2DF91 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 145 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.11 |
| HSL | 57.78º | 0.58% | 0.73% | - |
| HSV(B) | 57.78º | 0.36% | 0.89% | - |
| XYZ | 62.86 | 70.99 | 37.18 | - |
| YUV | 215.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 145 | 0 | 0.01 | 0.36 | 0.11 | 57.78 | 0.58 | 0.73 |
| Hex | E2 | DF | 91 | 0 | 1 | 24 | B | 3A | 3A | 49 |
| Octal | 342 | 337 | 221 | 0 | 1 | 44 | 13 | 72 | 72 | 111 |
| Binary | 11100010 | 11011111 | 10010001 | 0 | 1 | 100100 | 1011 | 111010 | 111010 | 1001001 |
Color Harmonies of #E2DF91
Complementary color
Monochromatic Colors of #E2DF91
Black with #E2DF91
Text Example
Text Example
White with #E2DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF91; }
p { color: rgb(226,223,145); }
H1.HeaderClassName
{
color: #E2DF91;
}
.AnyTagClassName
{
color: #E2DF91;
}
</style>
background-color css
<style>
a { background-color: #E2DF91; }
a { background-color: rgb(226,223,145); }
div.DivClassName
{
background-color: #E2DF91;
}
.BgClassName
{
background-color: #E2DF91;
}
</style>
border-color css
<style>
span { border-color: #E2DF91; }
span { border-color: rgb(226,223,145); }
td.TdClassName
{
border-color: #E2DF91;
}
.TagClassName
{
border-color: #E2DF91;
}
</style>