Shades of Primrose #E7DA91
Tints of Primrose #E7DA91
RGB
CMYK
RGB Variations
Color information
#E7DA91 (or 0xE7DA91) is known color: Primrose. HEX triplet: E7, DA and 91. RGB value is (231,218,145). Sum of RGB (Red+Green+Blue) = 231+218+145=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA91 is #18256E. Grayscale: #D5D5D5. Windows color (decimal): -1582447 or 9558759. OLE color: 9558759.
HSL color Cylindrical-coordinate representation of color #E7DA91: hue angle of 50.93º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7DA91 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 145 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.09 |
| HSL | 50.93º | 0.64% | 0.74% | - |
| HSV(B) | 50.93º | 0.37% | 0.91% | - |
| XYZ | 63.14 | 69.18 | 36.81 | - |
| YUV | 213.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 145 | 0 | 0.06 | 0.37 | 0.09 | 50.93 | 0.64 | 0.74 |
| Hex | E7 | DA | 91 | 0 | 6 | 25 | 9 | 33 | 40 | 4A |
| Octal | 347 | 332 | 221 | 0 | 6 | 45 | 11 | 63 | 100 | 112 |
| Binary | 11100111 | 11011010 | 10010001 | 0 | 110 | 100101 | 1001 | 110011 | 1000000 | 1001010 |
Color Harmonies of #E7DA91
Complementary color
Monochromatic Colors of #E7DA91
Black with #E7DA91
Text Example
Text Example
White with #E7DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA91; }
p { color: rgb(231,218,145); }
H1.HeaderClassName
{
color: #E7DA91;
}
.AnyTagClassName
{
color: #E7DA91;
}
</style>
background-color css
<style>
a { background-color: #E7DA91; }
a { background-color: rgb(231,218,145); }
div.DivClassName
{
background-color: #E7DA91;
}
.BgClassName
{
background-color: #E7DA91;
}
</style>
border-color css
<style>
span { border-color: #E7DA91; }
span { border-color: rgb(231,218,145); }
td.TdClassName
{
border-color: #E7DA91;
}
.TagClassName
{
border-color: #E7DA91;
}
</style>