Shades of Primrose #E1D88A
Tints of Primrose #E1D88A
RGB
CMYK
RGB Variations
Color information
#E1D88A (or 0xE1D88A) is known color: Primrose. HEX triplet: E1, D8 and 8A. RGB value is (225,216,138). Sum of RGB (Red+Green+Blue) = 225+216+138=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D88A is #1E2775. Grayscale: #D2D2D2. Windows color (decimal): -1976182 or 9099489. OLE color: 9099489.
HSL color Cylindrical-coordinate representation of color #E1D88A: hue angle of 53.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D88A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 138 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.12 |
| HSL | 53.79º | 0.59% | 0.71% | - |
| HSV(B) | 53.79º | 0.39% | 0.88% | - |
| XYZ | 60.19 | 66.95 | 33.8 | - |
| YUV | 209.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 138 | 0 | 0.04 | 0.39 | 0.12 | 53.79 | 0.59 | 0.71 |
| Hex | E1 | D8 | 8A | 0 | 4 | 27 | C | 36 | 3B | 47 |
| Octal | 341 | 330 | 212 | 0 | 4 | 47 | 14 | 66 | 73 | 107 |
| Binary | 11100001 | 11011000 | 10001010 | 0 | 100 | 100111 | 1100 | 110110 | 111011 | 1000111 |
Color Harmonies of #E1D88A
Complementary color
Monochromatic Colors of #E1D88A
Black with #E1D88A
Text Example
Text Example
White with #E1D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D88A; }
p { color: rgb(225,216,138); }
H1.HeaderClassName
{
color: #E1D88A;
}
.AnyTagClassName
{
color: #E1D88A;
}
</style>
background-color css
<style>
a { background-color: #E1D88A; }
a { background-color: rgb(225,216,138); }
div.DivClassName
{
background-color: #E1D88A;
}
.BgClassName
{
background-color: #E1D88A;
}
</style>
border-color css
<style>
span { border-color: #E1D88A; }
span { border-color: rgb(225,216,138); }
td.TdClassName
{
border-color: #E1D88A;
}
.TagClassName
{
border-color: #E1D88A;
}
</style>