Shades of Primrose #E2DB89
Tints of Primrose #E2DB89
RGB
CMYK
RGB Variations
Color information
#E2DB89 (or 0xE2DB89) is known color: Primrose. HEX triplet: E2, DB and 89. RGB value is (226,219,137). Sum of RGB (Red+Green+Blue) = 226+219+137=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB89 is #1D2476. Grayscale: #D4D4D4. Windows color (decimal): -1909879 or 9034722. OLE color: 9034722.
HSL color Cylindrical-coordinate representation of color #E2DB89: hue angle of 55.28º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2DB89 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 137 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.11 |
| HSL | 55.28º | 0.61% | 0.71% | - |
| HSV(B) | 55.28º | 0.39% | 0.89% | - |
| XYZ | 61.21 | 68.64 | 33.69 | - |
| YUV | 211.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 137 | 0 | 0.03 | 0.39 | 0.11 | 55.28 | 0.61 | 0.71 |
| Hex | E2 | DB | 89 | 0 | 3 | 27 | B | 37 | 3D | 47 |
| Octal | 342 | 333 | 211 | 0 | 3 | 47 | 13 | 67 | 75 | 107 |
| Binary | 11100010 | 11011011 | 10001001 | 0 | 11 | 100111 | 1011 | 110111 | 111101 | 1000111 |
Color Harmonies of #E2DB89
Complementary color
Monochromatic Colors of #E2DB89
Black with #E2DB89
Text Example
Text Example
White with #E2DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB89; }
p { color: rgb(226,219,137); }
H1.HeaderClassName
{
color: #E2DB89;
}
.AnyTagClassName
{
color: #E2DB89;
}
</style>
background-color css
<style>
a { background-color: #E2DB89; }
a { background-color: rgb(226,219,137); }
div.DivClassName
{
background-color: #E2DB89;
}
.BgClassName
{
background-color: #E2DB89;
}
</style>
border-color css
<style>
span { border-color: #E2DB89; }
span { border-color: rgb(226,219,137); }
td.TdClassName
{
border-color: #E2DB89;
}
.TagClassName
{
border-color: #E2DB89;
}
</style>