Shades of Primrose #E7DA92
Tints of Primrose #E7DA92
RGB
CMYK
RGB Variations
Color information
#E7DA92 (or 0xE7DA92) is known color: Primrose. HEX triplet: E7, DA and 92. RGB value is (231,218,146). Sum of RGB (Red+Green+Blue) = 231+218+146=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA92 is #18256D. Grayscale: #D5D5D5. Windows color (decimal): -1582446 or 9624295. OLE color: 9624295.
HSL color Cylindrical-coordinate representation of color #E7DA92: hue angle of 50.82º 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 #E7DA92 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 146 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.09 |
| HSL | 50.82º | 0.64% | 0.74% | - |
| HSV(B) | 50.82º | 0.37% | 0.91% | - |
| XYZ | 63.21 | 69.21 | 37.22 | - |
| YUV | 213.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 146 | 0 | 0.06 | 0.37 | 0.09 | 50.82 | 0.64 | 0.74 |
| Hex | E7 | DA | 92 | 0 | 6 | 25 | 9 | 33 | 40 | 4A |
| Octal | 347 | 332 | 222 | 0 | 6 | 45 | 11 | 63 | 100 | 112 |
| Binary | 11100111 | 11011010 | 10010010 | 0 | 110 | 100101 | 1001 | 110011 | 1000000 | 1001010 |
Color Harmonies of #E7DA92
Complementary color
Monochromatic Colors of #E7DA92
Black with #E7DA92
Text Example
Text Example
White with #E7DA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA92; }
p { color: rgb(231,218,146); }
H1.HeaderClassName
{
color: #E7DA92;
}
.AnyTagClassName
{
color: #E7DA92;
}
</style>
background-color css
<style>
a { background-color: #E7DA92; }
a { background-color: rgb(231,218,146); }
div.DivClassName
{
background-color: #E7DA92;
}
.BgClassName
{
background-color: #E7DA92;
}
</style>
border-color css
<style>
span { border-color: #E7DA92; }
span { border-color: rgb(231,218,146); }
td.TdClassName
{
border-color: #E7DA92;
}
.TagClassName
{
border-color: #E7DA92;
}
</style>