Shades of Primrose #E2DB96
Tints of Primrose #E2DB96
RGB
CMYK
RGB Variations
Color information
#E2DB96 (or 0xE2DB96) is known color: Primrose. HEX triplet: E2, DB and 96. RGB value is (226,219,150). Sum of RGB (Red+Green+Blue) = 226+219+150=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB96 is #1D2469. Grayscale: #D5D5D5. Windows color (decimal): -1909866 or 9886690. OLE color: 9886690.
HSL color Cylindrical-coordinate representation of color #E2DB96: hue angle of 54.47º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2DB96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.11 |
| HSL | 54.47º | 0.57% | 0.74% | - |
| HSV(B) | 54.47º | 0.34% | 0.89% | - |
| XYZ | 62.2 | 69.03 | 38.9 | - |
| YUV | 213.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 150 | 0 | 0.03 | 0.34 | 0.11 | 54.47 | 0.57 | 0.74 |
| Hex | E2 | DB | 96 | 0 | 3 | 22 | B | 36 | 39 | 4A |
| Octal | 342 | 333 | 226 | 0 | 3 | 42 | 13 | 66 | 71 | 112 |
| Binary | 11100010 | 11011011 | 10010110 | 0 | 11 | 100010 | 1011 | 110110 | 111001 | 1001010 |
Color Harmonies of #E2DB96
Complementary color
Monochromatic Colors of #E2DB96
Black with #E2DB96
Text Example
Text Example
White with #E2DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB96; }
p { color: rgb(226,219,150); }
H1.HeaderClassName
{
color: #E2DB96;
}
.AnyTagClassName
{
color: #E2DB96;
}
</style>
background-color css
<style>
a { background-color: #E2DB96; }
a { background-color: rgb(226,219,150); }
div.DivClassName
{
background-color: #E2DB96;
}
.BgClassName
{
background-color: #E2DB96;
}
</style>
border-color css
<style>
span { border-color: #E2DB96; }
span { border-color: rgb(226,219,150); }
td.TdClassName
{
border-color: #E2DB96;
}
.TagClassName
{
border-color: #E2DB96;
}
</style>