Shades of Primrose #E4DB91
Tints of Primrose #E4DB91
RGB
CMYK
RGB Variations
Color information
#E4DB91 (or 0xE4DB91) is known color: Primrose. HEX triplet: E4, DB and 91. RGB value is (228,219,145). Sum of RGB (Red+Green+Blue) = 228+219+145=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DB91 is #1B246E. Grayscale: #D5D5D5. Windows color (decimal): -1778799 or 9559012. OLE color: 9559012.
HSL color Cylindrical-coordinate representation of color #E4DB91: hue angle of 53.49º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E4DB91 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 219 | 145 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.11 |
| HSL | 53.49º | 0.61% | 0.73% | - |
| HSV(B) | 53.49º | 0.36% | 0.89% | - |
| XYZ | 62.44 | 69.2 | 36.85 | - |
| YUV | 213.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 145 | 0 | 0.04 | 0.36 | 0.11 | 53.49 | 0.61 | 0.73 |
| Hex | E4 | DB | 91 | 0 | 4 | 24 | B | 35 | 3D | 49 |
| Octal | 344 | 333 | 221 | 0 | 4 | 44 | 13 | 65 | 75 | 111 |
| Binary | 11100100 | 11011011 | 10010001 | 0 | 100 | 100100 | 1011 | 110101 | 111101 | 1001001 |
Color Harmonies of #E4DB91
Complementary color
Monochromatic Colors of #E4DB91
Black with #E4DB91
Text Example
Text Example
White with #E4DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DB91; }
p { color: rgb(228,219,145); }
H1.HeaderClassName
{
color: #E4DB91;
}
.AnyTagClassName
{
color: #E4DB91;
}
</style>
background-color css
<style>
a { background-color: #E4DB91; }
a { background-color: rgb(228,219,145); }
div.DivClassName
{
background-color: #E4DB91;
}
.BgClassName
{
background-color: #E4DB91;
}
</style>
border-color css
<style>
span { border-color: #E4DB91; }
span { border-color: rgb(228,219,145); }
td.TdClassName
{
border-color: #E4DB91;
}
.TagClassName
{
border-color: #E4DB91;
}
</style>