Shades of Primrose #E2D98A
Tints of Primrose #E2D98A
RGB
CMYK
RGB Variations
Color information
#E2D98A (or 0xE2D98A) is known color: Primrose. HEX triplet: E2, D9 and 8A. RGB value is (226,217,138). Sum of RGB (Red+Green+Blue) = 226+217+138=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D98A is #1D2675. Grayscale: #D3D3D3. Windows color (decimal): -1910390 or 9099746. OLE color: 9099746.
HSL color Cylindrical-coordinate representation of color #E2D98A: hue angle of 53.86º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2D98A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 138 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.11 |
| HSL | 53.86º | 0.6% | 0.71% | - |
| HSV(B) | 53.86º | 0.39% | 0.89% | - |
| XYZ | 60.76 | 67.63 | 33.9 | - |
| YUV | 210.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 138 | 0 | 0.04 | 0.39 | 0.11 | 53.86 | 0.6 | 0.71 |
| Hex | E2 | D9 | 8A | 0 | 4 | 27 | B | 36 | 3C | 47 |
| Octal | 342 | 331 | 212 | 0 | 4 | 47 | 13 | 66 | 74 | 107 |
| Binary | 11100010 | 11011001 | 10001010 | 0 | 100 | 100111 | 1011 | 110110 | 111100 | 1000111 |
Color Harmonies of #E2D98A
Complementary color
Monochromatic Colors of #E2D98A
Black with #E2D98A
Text Example
Text Example
White with #E2D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D98A; }
p { color: rgb(226,217,138); }
H1.HeaderClassName
{
color: #E2D98A;
}
.AnyTagClassName
{
color: #E2D98A;
}
</style>
background-color css
<style>
a { background-color: #E2D98A; }
a { background-color: rgb(226,217,138); }
div.DivClassName
{
background-color: #E2D98A;
}
.BgClassName
{
background-color: #E2D98A;
}
</style>
border-color css
<style>
span { border-color: #E2D98A; }
span { border-color: rgb(226,217,138); }
td.TdClassName
{
border-color: #E2D98A;
}
.TagClassName
{
border-color: #E2D98A;
}
</style>