Shades of Primrose #E5DB9A
Tints of Primrose #E5DB9A
RGB
CMYK
RGB Variations
Color information
#E5DB9A (or 0xE5DB9A) is known color: Primrose. HEX triplet: E5, DB and 9A. RGB value is (229,219,154). Sum of RGB (Red+Green+Blue) = 229+219+154=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB9A is #1A2465. Grayscale: #D6D6D6. Windows color (decimal): -1713254 or 10148837. OLE color: 10148837.
HSL color Cylindrical-coordinate representation of color #E5DB9A: hue angle of 52º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5DB9A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 154 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.10 |
| HSL | 52º | 0.59% | 0.75% | - |
| HSV(B) | 52º | 0.33% | 0.9% | - |
| XYZ | 63.48 | 69.65 | 40.67 | - |
| YUV | 214.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 154 | 0 | 0.04 | 0.33 | 0.10 | 52 | 0.59 | 0.75 |
| Hex | E5 | DB | 9A | 0 | 4 | 21 | A | 34 | 3B | 4B |
| Octal | 345 | 333 | 232 | 0 | 4 | 41 | 12 | 64 | 73 | 113 |
| Binary | 11100101 | 11011011 | 10011010 | 0 | 100 | 100001 | 1010 | 110100 | 111011 | 1001011 |
Color Harmonies of #E5DB9A
Complementary color
Monochromatic Colors of #E5DB9A
Black with #E5DB9A
Text Example
Text Example
White with #E5DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB9A; }
p { color: rgb(229,219,154); }
H1.HeaderClassName
{
color: #E5DB9A;
}
.AnyTagClassName
{
color: #E5DB9A;
}
</style>
background-color css
<style>
a { background-color: #E5DB9A; }
a { background-color: rgb(229,219,154); }
div.DivClassName
{
background-color: #E5DB9A;
}
.BgClassName
{
background-color: #E5DB9A;
}
</style>
border-color css
<style>
span { border-color: #E5DB9A; }
span { border-color: rgb(229,219,154); }
td.TdClassName
{
border-color: #E5DB9A;
}
.TagClassName
{
border-color: #E5DB9A;
}
</style>