Shades of Primrose #E7DB96
Tints of Primrose #E7DB96
RGB
CMYK
RGB Variations
Color information
#E7DB96 (or 0xE7DB96) is known color: Primrose. HEX triplet: E7, DB and 96. RGB value is (231,219,150). Sum of RGB (Red+Green+Blue) = 231+219+150=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB96 is #182469. Grayscale: #D7D7D7. Windows color (decimal): -1582186 or 9886695. OLE color: 9886695.
HSL color Cylindrical-coordinate representation of color #E7DB96: hue angle of 51.11º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7DB96 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 150 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.09 |
| HSL | 51.11º | 0.63% | 0.75% | - |
| HSV(B) | 51.11º | 0.35% | 0.91% | - |
| XYZ | 63.79 | 69.85 | 38.98 | - |
| YUV | 214.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 150 | 0 | 0.05 | 0.35 | 0.09 | 51.11 | 0.63 | 0.75 |
| Hex | E7 | DB | 96 | 0 | 5 | 23 | 9 | 33 | 3F | 4B |
| Octal | 347 | 333 | 226 | 0 | 5 | 43 | 11 | 63 | 77 | 113 |
| Binary | 11100111 | 11011011 | 10010110 | 0 | 101 | 100011 | 1001 | 110011 | 111111 | 1001011 |
Color Harmonies of #E7DB96
Complementary color
Monochromatic Colors of #E7DB96
Black with #E7DB96
Text Example
Text Example
White with #E7DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB96; }
p { color: rgb(231,219,150); }
H1.HeaderClassName
{
color: #E7DB96;
}
.AnyTagClassName
{
color: #E7DB96;
}
</style>
background-color css
<style>
a { background-color: #E7DB96; }
a { background-color: rgb(231,219,150); }
div.DivClassName
{
background-color: #E7DB96;
}
.BgClassName
{
background-color: #E7DB96;
}
</style>
border-color css
<style>
span { border-color: #E7DB96; }
span { border-color: rgb(231,219,150); }
td.TdClassName
{
border-color: #E7DB96;
}
.TagClassName
{
border-color: #E7DB96;
}
</style>