Shades of Primrose #E2DA93
Tints of Primrose #E2DA93
RGB
CMYK
RGB Variations
Color information
#E2DA93 (or 0xE2DA93) is known color: Primrose. HEX triplet: E2, DA and 93. RGB value is (226,218,147). Sum of RGB (Red+Green+Blue) = 226+218+147=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA93 is #1D256C. Grayscale: #D4D4D4. Windows color (decimal): -1910125 or 9689826. OLE color: 9689826.
HSL color Cylindrical-coordinate representation of color #E2DA93: hue angle of 53.92º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2DA93 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 147 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.11 |
| HSL | 53.92º | 0.58% | 0.73% | - |
| HSV(B) | 53.92º | 0.35% | 0.89% | - |
| XYZ | 61.7 | 68.42 | 37.56 | - |
| YUV | 212.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 147 | 0 | 0.04 | 0.35 | 0.11 | 53.92 | 0.58 | 0.73 |
| Hex | E2 | DA | 93 | 0 | 4 | 23 | B | 36 | 3A | 49 |
| Octal | 342 | 332 | 223 | 0 | 4 | 43 | 13 | 66 | 72 | 111 |
| Binary | 11100010 | 11011010 | 10010011 | 0 | 100 | 100011 | 1011 | 110110 | 111010 | 1001001 |
Color Harmonies of #E2DA93
Complementary color
Monochromatic Colors of #E2DA93
Black with #E2DA93
Text Example
Text Example
White with #E2DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA93; }
p { color: rgb(226,218,147); }
H1.HeaderClassName
{
color: #E2DA93;
}
.AnyTagClassName
{
color: #E2DA93;
}
</style>
background-color css
<style>
a { background-color: #E2DA93; }
a { background-color: rgb(226,218,147); }
div.DivClassName
{
background-color: #E2DA93;
}
.BgClassName
{
background-color: #E2DA93;
}
</style>
border-color css
<style>
span { border-color: #E2DA93; }
span { border-color: rgb(226,218,147); }
td.TdClassName
{
border-color: #E2DA93;
}
.TagClassName
{
border-color: #E2DA93;
}
</style>