Shades of Primrose #E7DD92
Tints of Primrose #E7DD92
RGB
CMYK
RGB Variations
Color information
#E7DD92 (or 0xE7DD92) is known color: Primrose. HEX triplet: E7, DD and 92. RGB value is (231,221,146). Sum of RGB (Red+Green+Blue) = 231+221+146=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD92 is #18226D. Grayscale: #D7D7D7. Windows color (decimal): -1581678 or 9625063. OLE color: 9625063.
HSL color Cylindrical-coordinate representation of color #E7DD92: hue angle of 52.94º 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 #E7DD92 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 146 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.09 |
| HSL | 52.94º | 0.64% | 0.74% | - |
| HSV(B) | 52.94º | 0.37% | 0.91% | - |
| XYZ | 64 | 70.78 | 37.48 | - |
| YUV | 215.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 146 | 0 | 0.04 | 0.37 | 0.09 | 52.94 | 0.64 | 0.74 |
| Hex | E7 | DD | 92 | 0 | 4 | 25 | 9 | 35 | 40 | 4A |
| Octal | 347 | 335 | 222 | 0 | 4 | 45 | 11 | 65 | 100 | 112 |
| Binary | 11100111 | 11011101 | 10010010 | 0 | 100 | 100101 | 1001 | 110101 | 1000000 | 1001010 |
Color Harmonies of #E7DD92
Complementary color
Monochromatic Colors of #E7DD92
Black with #E7DD92
Text Example
Text Example
White with #E7DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD92; }
p { color: rgb(231,221,146); }
H1.HeaderClassName
{
color: #E7DD92;
}
.AnyTagClassName
{
color: #E7DD92;
}
</style>
background-color css
<style>
a { background-color: #E7DD92; }
a { background-color: rgb(231,221,146); }
div.DivClassName
{
background-color: #E7DD92;
}
.BgClassName
{
background-color: #E7DD92;
}
</style>
border-color css
<style>
span { border-color: #E7DD92; }
span { border-color: rgb(231,221,146); }
td.TdClassName
{
border-color: #E7DD92;
}
.TagClassName
{
border-color: #E7DD92;
}
</style>