Shades of Primrose #E5DB88
Tints of Primrose #E5DB88
RGB
CMYK
RGB Variations
Color information
#E5DB88 (or 0xE5DB88) is known color: Primrose. HEX triplet: E5, DB and 88. RGB value is (229,219,136). Sum of RGB (Red+Green+Blue) = 229+219+136=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB88 is #1A2477. Grayscale: #D4D4D4. Windows color (decimal): -1713272 or 8969189. OLE color: 8969189.
HSL color Cylindrical-coordinate representation of color #E5DB88: hue angle of 53.55º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5DB88 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 136 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.10 |
| HSL | 53.55º | 0.64% | 0.72% | - |
| HSV(B) | 53.55º | 0.41% | 0.9% | - |
| XYZ | 62.09 | 69.1 | 33.36 | - |
| YUV | 212.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 136 | 0 | 0.04 | 0.41 | 0.10 | 53.55 | 0.64 | 0.72 |
| Hex | E5 | DB | 88 | 0 | 4 | 29 | A | 36 | 40 | 48 |
| Octal | 345 | 333 | 210 | 0 | 4 | 51 | 12 | 66 | 100 | 110 |
| Binary | 11100101 | 11011011 | 10001000 | 0 | 100 | 101001 | 1010 | 110110 | 1000000 | 1001000 |
Color Harmonies of #E5DB88
Complementary color
Monochromatic Colors of #E5DB88
Black with #E5DB88
Text Example
Text Example
White with #E5DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB88; }
p { color: rgb(229,219,136); }
H1.HeaderClassName
{
color: #E5DB88;
}
.AnyTagClassName
{
color: #E5DB88;
}
</style>
background-color css
<style>
a { background-color: #E5DB88; }
a { background-color: rgb(229,219,136); }
div.DivClassName
{
background-color: #E5DB88;
}
.BgClassName
{
background-color: #E5DB88;
}
</style>
border-color css
<style>
span { border-color: #E5DB88; }
span { border-color: rgb(229,219,136); }
td.TdClassName
{
border-color: #E5DB88;
}
.TagClassName
{
border-color: #E5DB88;
}
</style>