Shades of Primrose #E2DF90
Tints of Primrose #E2DF90
RGB
CMYK
RGB Variations
Color information
#E2DF90 (or 0xE2DF90) is known color: Primrose. HEX triplet: E2, DF and 90. RGB value is (226,223,144). Sum of RGB (Red+Green+Blue) = 226+223+144=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF90 is #1D206F. Grayscale: #D7D7D7. Windows color (decimal): -1908848 or 9494498. OLE color: 9494498.
HSL color Cylindrical-coordinate representation of color #E2DF90: hue angle of 57.8º degrees, saturation: 0.59, 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 #E2DF90 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 144 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.11 |
| HSL | 57.8º | 0.59% | 0.73% | - |
| HSV(B) | 57.8º | 0.36% | 0.89% | - |
| XYZ | 62.79 | 70.96 | 36.77 | - |
| YUV | 214.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 144 | 0 | 0.01 | 0.36 | 0.11 | 57.8 | 0.59 | 0.73 |
| Hex | E2 | DF | 90 | 0 | 1 | 24 | B | 3A | 3B | 49 |
| Octal | 342 | 337 | 220 | 0 | 1 | 44 | 13 | 72 | 73 | 111 |
| Binary | 11100010 | 11011111 | 10010000 | 0 | 1 | 100100 | 1011 | 111010 | 111011 | 1001001 |
Color Harmonies of #E2DF90
Complementary color
Monochromatic Colors of #E2DF90
Black with #E2DF90
Text Example
Text Example
White with #E2DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF90; }
p { color: rgb(226,223,144); }
H1.HeaderClassName
{
color: #E2DF90;
}
.AnyTagClassName
{
color: #E2DF90;
}
</style>
background-color css
<style>
a { background-color: #E2DF90; }
a { background-color: rgb(226,223,144); }
div.DivClassName
{
background-color: #E2DF90;
}
.BgClassName
{
background-color: #E2DF90;
}
</style>
border-color css
<style>
span { border-color: #E2DF90; }
span { border-color: rgb(226,223,144); }
td.TdClassName
{
border-color: #E2DF90;
}
.TagClassName
{
border-color: #E2DF90;
}
</style>