Shades of Primrose #E1DB9A
Tints of Primrose #E1DB9A
RGB
CMYK
RGB Variations
Color information
#E1DB9A (or 0xE1DB9A) is known color: Primrose. HEX triplet: E1, DB and 9A. RGB value is (225,219,154). Sum of RGB (Red+Green+Blue) = 225+219+154=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB9A is #1E2465. Grayscale: #D5D5D5. Windows color (decimal): -1975398 or 10148833. OLE color: 10148833.
HSL color Cylindrical-coordinate representation of color #E1DB9A: hue angle of 54.93º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1DB9A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 154 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.12 |
| HSL | 54.93º | 0.54% | 0.74% | - |
| HSV(B) | 54.93º | 0.32% | 0.88% | - |
| XYZ | 62.22 | 69 | 40.61 | - |
| YUV | 213.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 154 | 0 | 0.03 | 0.32 | 0.12 | 54.93 | 0.54 | 0.74 |
| Hex | E1 | DB | 9A | 0 | 3 | 20 | C | 37 | 36 | 4A |
| Octal | 341 | 333 | 232 | 0 | 3 | 40 | 14 | 67 | 66 | 112 |
| Binary | 11100001 | 11011011 | 10011010 | 0 | 11 | 100000 | 1100 | 110111 | 110110 | 1001010 |
Color Harmonies of #E1DB9A
Complementary color
Monochromatic Colors of #E1DB9A
Black with #E1DB9A
Text Example
Text Example
White with #E1DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB9A; }
p { color: rgb(225,219,154); }
H1.HeaderClassName
{
color: #E1DB9A;
}
.AnyTagClassName
{
color: #E1DB9A;
}
</style>
background-color css
<style>
a { background-color: #E1DB9A; }
a { background-color: rgb(225,219,154); }
div.DivClassName
{
background-color: #E1DB9A;
}
.BgClassName
{
background-color: #E1DB9A;
}
</style>
border-color css
<style>
span { border-color: #E1DB9A; }
span { border-color: rgb(225,219,154); }
td.TdClassName
{
border-color: #E1DB9A;
}
.TagClassName
{
border-color: #E1DB9A;
}
</style>