Shades of Primrose #E7DB95
Tints of Primrose #E7DB95
RGB
CMYK
RGB Variations
Color information
#E7DB95 (or 0xE7DB95) is known color: Primrose. HEX triplet: E7, DB and 95. RGB value is (231,219,149). Sum of RGB (Red+Green+Blue) = 231+219+149=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB95 is #18246A. Grayscale: #D6D6D6. Windows color (decimal): -1582187 or 9821159. OLE color: 9821159.
HSL color Cylindrical-coordinate representation of color #E7DB95: hue angle of 51.22º 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 #E7DB95 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 149 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.09 |
| HSL | 51.22º | 0.63% | 0.75% | - |
| HSV(B) | 51.22º | 0.35% | 0.91% | - |
| XYZ | 63.71 | 69.82 | 38.55 | - |
| YUV | 214.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 149 | 0 | 0.05 | 0.35 | 0.09 | 51.22 | 0.63 | 0.75 |
| Hex | E7 | DB | 95 | 0 | 5 | 23 | 9 | 33 | 3F | 4B |
| Octal | 347 | 333 | 225 | 0 | 5 | 43 | 11 | 63 | 77 | 113 |
| Binary | 11100111 | 11011011 | 10010101 | 0 | 101 | 100011 | 1001 | 110011 | 111111 | 1001011 |
Color Harmonies of #E7DB95
Complementary color
Monochromatic Colors of #E7DB95
Black with #E7DB95
Text Example
Text Example
White with #E7DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB95; }
p { color: rgb(231,219,149); }
H1.HeaderClassName
{
color: #E7DB95;
}
.AnyTagClassName
{
color: #E7DB95;
}
</style>
background-color css
<style>
a { background-color: #E7DB95; }
a { background-color: rgb(231,219,149); }
div.DivClassName
{
background-color: #E7DB95;
}
.BgClassName
{
background-color: #E7DB95;
}
</style>
border-color css
<style>
span { border-color: #E7DB95; }
span { border-color: rgb(231,219,149); }
td.TdClassName
{
border-color: #E7DB95;
}
.TagClassName
{
border-color: #E7DB95;
}
</style>