Shades of Primrose #E4DB89
Tints of Primrose #E4DB89
RGB
CMYK
RGB Variations
Color information
#E4DB89 (or 0xE4DB89) is known color: Primrose. HEX triplet: E4, DB and 89. RGB value is (228,219,137). Sum of RGB (Red+Green+Blue) = 228+219+137=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DB89 is #1B2476. Grayscale: #D4D4D4. Windows color (decimal): -1778807 or 9034724. OLE color: 9034724.
HSL color Cylindrical-coordinate representation of color #E4DB89: hue angle of 54.07º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E4DB89 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 219 | 137 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.11 |
| HSL | 54.07º | 0.63% | 0.72% | - |
| HSV(B) | 54.07º | 0.4% | 0.89% | - |
| XYZ | 61.84 | 68.96 | 33.72 | - |
| YUV | 212.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 137 | 0 | 0.04 | 0.40 | 0.11 | 54.07 | 0.63 | 0.72 |
| Hex | E4 | DB | 89 | 0 | 4 | 28 | B | 36 | 3F | 48 |
| Octal | 344 | 333 | 211 | 0 | 4 | 50 | 13 | 66 | 77 | 110 |
| Binary | 11100100 | 11011011 | 10001001 | 0 | 100 | 101000 | 1011 | 110110 | 111111 | 1001000 |
Color Harmonies of #E4DB89
Complementary color
Monochromatic Colors of #E4DB89
Black with #E4DB89
Text Example
Text Example
White with #E4DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DB89; }
p { color: rgb(228,219,137); }
H1.HeaderClassName
{
color: #E4DB89;
}
.AnyTagClassName
{
color: #E4DB89;
}
</style>
background-color css
<style>
a { background-color: #E4DB89; }
a { background-color: rgb(228,219,137); }
div.DivClassName
{
background-color: #E4DB89;
}
.BgClassName
{
background-color: #E4DB89;
}
</style>
border-color css
<style>
span { border-color: #E4DB89; }
span { border-color: rgb(228,219,137); }
td.TdClassName
{
border-color: #E4DB89;
}
.TagClassName
{
border-color: #E4DB89;
}
</style>