Shades of Primrose #E7DB97
Tints of Primrose #E7DB97
RGB
CMYK
RGB Variations
Color information
#E7DB97 (or 0xE7DB97) is known color: Primrose. HEX triplet: E7, DB and 97. RGB value is (231,219,151). Sum of RGB (Red+Green+Blue) = 231+219+151=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB97 is #182468. Grayscale: #D7D7D7. Windows color (decimal): -1582185 or 9952231. OLE color: 9952231.
HSL color Cylindrical-coordinate representation of color #E7DB97: hue angle of 51º degrees, saturation: 0.62, 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 #E7DB97 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 151 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.09 |
| HSL | 51º | 0.63% | 0.75% | - |
| HSV(B) | 51º | 0.35% | 0.91% | - |
| XYZ | 63.87 | 69.89 | 39.4 | - |
| YUV | 214.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 151 | 0 | 0.05 | 0.35 | 0.09 | 51 | 0.63 | 0.75 |
| Hex | E7 | DB | 97 | 0 | 5 | 23 | 9 | 33 | 3E | 4B |
| Octal | 347 | 333 | 227 | 0 | 5 | 43 | 11 | 63 | 76 | 113 |
| Binary | 11100111 | 11011011 | 10010111 | 0 | 101 | 100011 | 1001 | 110011 | 111110 | 1001011 |
Color Harmonies of #E7DB97
Complementary color
Monochromatic Colors of #E7DB97
Black with #E7DB97
Text Example
Text Example
White with #E7DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB97; }
p { color: rgb(231,219,151); }
H1.HeaderClassName
{
color: #E7DB97;
}
.AnyTagClassName
{
color: #E7DB97;
}
</style>
background-color css
<style>
a { background-color: #E7DB97; }
a { background-color: rgb(231,219,151); }
div.DivClassName
{
background-color: #E7DB97;
}
.BgClassName
{
background-color: #E7DB97;
}
</style>
border-color css
<style>
span { border-color: #E7DB97; }
span { border-color: rgb(231,219,151); }
td.TdClassName
{
border-color: #E7DB97;
}
.TagClassName
{
border-color: #E7DB97;
}
</style>