Shades of Primrose #E7DD86
Tints of Primrose #E7DD86
RGB
CMYK
RGB Variations
Color information
#E7DD86 (or 0xE7DD86) is known color: Primrose. HEX triplet: E7, DD and 86. RGB value is (231,221,134). Sum of RGB (Red+Green+Blue) = 231+221+134=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD86 is #182279. Grayscale: #D6D6D6. Windows color (decimal): -1581690 or 8838631. OLE color: 8838631.
HSL color Cylindrical-coordinate representation of color #E7DD86: hue angle of 53.81º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7DD86 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 134 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.09 |
| HSL | 53.81º | 0.67% | 0.72% | - |
| HSV(B) | 53.81º | 0.42% | 0.91% | - |
| XYZ | 63.11 | 70.42 | 32.82 | - |
| YUV | 214.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 134 | 0 | 0.04 | 0.42 | 0.09 | 53.81 | 0.67 | 0.72 |
| Hex | E7 | DD | 86 | 0 | 4 | 2A | 9 | 36 | 43 | 48 |
| Octal | 347 | 335 | 206 | 0 | 4 | 52 | 11 | 66 | 103 | 110 |
| Binary | 11100111 | 11011101 | 10000110 | 0 | 100 | 101010 | 1001 | 110110 | 1000011 | 1001000 |
Color Harmonies of #E7DD86
Complementary color
Monochromatic Colors of #E7DD86
Black with #E7DD86
Text Example
Text Example
White with #E7DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD86; }
p { color: rgb(231,221,134); }
H1.HeaderClassName
{
color: #E7DD86;
}
.AnyTagClassName
{
color: #E7DD86;
}
</style>
background-color css
<style>
a { background-color: #E7DD86; }
a { background-color: rgb(231,221,134); }
div.DivClassName
{
background-color: #E7DD86;
}
.BgClassName
{
background-color: #E7DD86;
}
</style>
border-color css
<style>
span { border-color: #E7DD86; }
span { border-color: rgb(231,221,134); }
td.TdClassName
{
border-color: #E7DD86;
}
.TagClassName
{
border-color: #E7DD86;
}
</style>