Shades of Primrose #E2D88A
Tints of Primrose #E2D88A
RGB
CMYK
RGB Variations
Color information
#E2D88A (or 0xE2D88A) is known color: Primrose. HEX triplet: E2, D8 and 8A. RGB value is (226,216,138). Sum of RGB (Red+Green+Blue) = 226+216+138=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D88A is #1D2775. Grayscale: #D2D2D2. Windows color (decimal): -1910646 or 9099490. OLE color: 9099490.
HSL color Cylindrical-coordinate representation of color #E2D88A: hue angle of 53.18º 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 #E2D88A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 138 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.11 |
| HSL | 53.18º | 0.6% | 0.71% | - |
| HSV(B) | 53.18º | 0.39% | 0.89% | - |
| XYZ | 60.51 | 67.12 | 33.81 | - |
| YUV | 210.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 138 | 0 | 0.04 | 0.39 | 0.11 | 53.18 | 0.6 | 0.71 |
| Hex | E2 | D8 | 8A | 0 | 4 | 27 | B | 35 | 3C | 47 |
| Octal | 342 | 330 | 212 | 0 | 4 | 47 | 13 | 65 | 74 | 107 |
| Binary | 11100010 | 11011000 | 10001010 | 0 | 100 | 100111 | 1011 | 110101 | 111100 | 1000111 |
Color Harmonies of #E2D88A
Complementary color
Monochromatic Colors of #E2D88A
Black with #E2D88A
Text Example
Text Example
White with #E2D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D88A; }
p { color: rgb(226,216,138); }
H1.HeaderClassName
{
color: #E2D88A;
}
.AnyTagClassName
{
color: #E2D88A;
}
</style>
background-color css
<style>
a { background-color: #E2D88A; }
a { background-color: rgb(226,216,138); }
div.DivClassName
{
background-color: #E2D88A;
}
.BgClassName
{
background-color: #E2D88A;
}
</style>
border-color css
<style>
span { border-color: #E2D88A; }
span { border-color: rgb(226,216,138); }
td.TdClassName
{
border-color: #E2D88A;
}
.TagClassName
{
border-color: #E2D88A;
}
</style>