Shades of Primrose #E5D691
Tints of Primrose #E5D691
RGB
CMYK
RGB Variations
Color information
#E5D691 (or 0xE5D691) is known color: Primrose. HEX triplet: E5, D6 and 91. RGB value is (229,214,145). Sum of RGB (Red+Green+Blue) = 229+214+145=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D691 is #1A296E. Grayscale: #D2D2D2. Windows color (decimal): -1714543 or 9557733. OLE color: 9557733.
HSL color Cylindrical-coordinate representation of color #E5D691: hue angle of 49.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5D691 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 145 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.10 |
| HSL | 49.29º | 0.62% | 0.73% | - |
| HSV(B) | 49.29º | 0.37% | 0.9% | - |
| XYZ | 61.47 | 66.8 | 36.44 | - |
| YUV | 210.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 145 | 0 | 0.07 | 0.37 | 0.10 | 49.29 | 0.62 | 0.73 |
| Hex | E5 | D6 | 91 | 0 | 7 | 25 | A | 31 | 3E | 49 |
| Octal | 345 | 326 | 221 | 0 | 7 | 45 | 12 | 61 | 76 | 111 |
| Binary | 11100101 | 11010110 | 10010001 | 0 | 111 | 100101 | 1010 | 110001 | 111110 | 1001001 |
Color Harmonies of #E5D691
Complementary color
Monochromatic Colors of #E5D691
Black with #E5D691
Text Example
Text Example
White with #E5D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D691; }
p { color: rgb(229,214,145); }
H1.HeaderClassName
{
color: #E5D691;
}
.AnyTagClassName
{
color: #E5D691;
}
</style>
background-color css
<style>
a { background-color: #E5D691; }
a { background-color: rgb(229,214,145); }
div.DivClassName
{
background-color: #E5D691;
}
.BgClassName
{
background-color: #E5D691;
}
</style>
border-color css
<style>
span { border-color: #E5D691; }
span { border-color: rgb(229,214,145); }
td.TdClassName
{
border-color: #E5D691;
}
.TagClassName
{
border-color: #E5D691;
}
</style>