Shades of Primrose #E7DD90
Tints of Primrose #E7DD90
RGB
CMYK
RGB Variations
Color information
#E7DD90 (or 0xE7DD90) is known color: Primrose. HEX triplet: E7, DD and 90. RGB value is (231,221,144). Sum of RGB (Red+Green+Blue) = 231+221+144=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD90 is #18226F. Grayscale: #D7D7D7. Windows color (decimal): -1581680 or 9493991. OLE color: 9493991.
HSL color Cylindrical-coordinate representation of color #E7DD90: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7DD90 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 144 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.09 |
| HSL | 53.1º | 0.64% | 0.74% | - |
| HSV(B) | 53.1º | 0.38% | 0.91% | - |
| XYZ | 63.85 | 70.72 | 36.67 | - |
| YUV | 215.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 144 | 0 | 0.04 | 0.38 | 0.09 | 53.1 | 0.64 | 0.74 |
| Hex | E7 | DD | 90 | 0 | 4 | 26 | 9 | 35 | 40 | 4A |
| Octal | 347 | 335 | 220 | 0 | 4 | 46 | 11 | 65 | 100 | 112 |
| Binary | 11100111 | 11011101 | 10010000 | 0 | 100 | 100110 | 1001 | 110101 | 1000000 | 1001010 |
Color Harmonies of #E7DD90
Complementary color
Monochromatic Colors of #E7DD90
Black with #E7DD90
Text Example
Text Example
White with #E7DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD90; }
p { color: rgb(231,221,144); }
H1.HeaderClassName
{
color: #E7DD90;
}
.AnyTagClassName
{
color: #E7DD90;
}
</style>
background-color css
<style>
a { background-color: #E7DD90; }
a { background-color: rgb(231,221,144); }
div.DivClassName
{
background-color: #E7DD90;
}
.BgClassName
{
background-color: #E7DD90;
}
</style>
border-color css
<style>
span { border-color: #E7DD90; }
span { border-color: rgb(231,221,144); }
td.TdClassName
{
border-color: #E7DD90;
}
.TagClassName
{
border-color: #E7DD90;
}
</style>