Shades of Primrose #E7DD8A
Tints of Primrose #E7DD8A
RGB
CMYK
RGB Variations
Color information
#E7DD8A (or 0xE7DD8A) is known color: Primrose. HEX triplet: E7, DD and 8A. RGB value is (231,221,138). Sum of RGB (Red+Green+Blue) = 231+221+138=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD8A is #182275. Grayscale: #D6D6D6. Windows color (decimal): -1581686 or 9100775. OLE color: 9100775.
HSL color Cylindrical-coordinate representation of color #E7DD8A: hue angle of 53.55º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7DD8A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 138 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.09 |
| HSL | 53.55º | 0.66% | 0.72% | - |
| HSV(B) | 53.55º | 0.4% | 0.91% | - |
| XYZ | 63.4 | 70.54 | 34.32 | - |
| YUV | 214.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 138 | 0 | 0.04 | 0.40 | 0.09 | 53.55 | 0.66 | 0.72 |
| Hex | E7 | DD | 8A | 0 | 4 | 28 | 9 | 36 | 42 | 48 |
| Octal | 347 | 335 | 212 | 0 | 4 | 50 | 11 | 66 | 102 | 110 |
| Binary | 11100111 | 11011101 | 10001010 | 0 | 100 | 101000 | 1001 | 110110 | 1000010 | 1001000 |
Color Harmonies of #E7DD8A
Complementary color
Monochromatic Colors of #E7DD8A
Black with #E7DD8A
Text Example
Text Example
White with #E7DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD8A; }
p { color: rgb(231,221,138); }
H1.HeaderClassName
{
color: #E7DD8A;
}
.AnyTagClassName
{
color: #E7DD8A;
}
</style>
background-color css
<style>
a { background-color: #E7DD8A; }
a { background-color: rgb(231,221,138); }
div.DivClassName
{
background-color: #E7DD8A;
}
.BgClassName
{
background-color: #E7DD8A;
}
</style>
border-color css
<style>
span { border-color: #E7DD8A; }
span { border-color: rgb(231,221,138); }
td.TdClassName
{
border-color: #E7DD8A;
}
.TagClassName
{
border-color: #E7DD8A;
}
</style>