Shades of Primrose #E2D993
Tints of Primrose #E2D993
RGB
CMYK
RGB Variations
Color information
#E2D993 (or 0xE2D993) is known color: Primrose. HEX triplet: E2, D9 and 93. RGB value is (226,217,147). Sum of RGB (Red+Green+Blue) = 226+217+147=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D993 is #1D266C. Grayscale: #D4D4D4. Windows color (decimal): -1910381 or 9689570. OLE color: 9689570.
HSL color Cylindrical-coordinate representation of color #E2D993: hue angle of 53.16º 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 #E2D993 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 147 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.11 |
| HSL | 53.16º | 0.58% | 0.73% | - |
| HSV(B) | 53.16º | 0.35% | 0.89% | - |
| XYZ | 61.44 | 67.9 | 37.47 | - |
| YUV | 211.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 147 | 0 | 0.04 | 0.35 | 0.11 | 53.16 | 0.58 | 0.73 |
| Hex | E2 | D9 | 93 | 0 | 4 | 23 | B | 35 | 3A | 49 |
| Octal | 342 | 331 | 223 | 0 | 4 | 43 | 13 | 65 | 72 | 111 |
| Binary | 11100010 | 11011001 | 10010011 | 0 | 100 | 100011 | 1011 | 110101 | 111010 | 1001001 |
Color Harmonies of #E2D993
Complementary color
Monochromatic Colors of #E2D993
Black with #E2D993
Text Example
Text Example
White with #E2D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D993; }
p { color: rgb(226,217,147); }
H1.HeaderClassName
{
color: #E2D993;
}
.AnyTagClassName
{
color: #E2D993;
}
</style>
background-color css
<style>
a { background-color: #E2D993; }
a { background-color: rgb(226,217,147); }
div.DivClassName
{
background-color: #E2D993;
}
.BgClassName
{
background-color: #E2D993;
}
</style>
border-color css
<style>
span { border-color: #E2D993; }
span { border-color: rgb(226,217,147); }
td.TdClassName
{
border-color: #E2D993;
}
.TagClassName
{
border-color: #E2D993;
}
</style>