Shades of Primrose #E7DD93
Tints of Primrose #E7DD93
RGB
CMYK
RGB Variations
Color information
#E7DD93 (or 0xE7DD93) is known color: Primrose. HEX triplet: E7, DD and 93. RGB value is (231,221,147). Sum of RGB (Red+Green+Blue) = 231+221+147=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD93 is #18226C. Grayscale: #D7D7D7. Windows color (decimal): -1581677 or 9690599. OLE color: 9690599.
HSL color Cylindrical-coordinate representation of color #E7DD93: hue angle of 52.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7DD93 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 147 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.09 |
| HSL | 52.86º | 0.64% | 0.74% | - |
| HSV(B) | 52.86º | 0.36% | 0.91% | - |
| XYZ | 64.08 | 70.81 | 37.89 | - |
| YUV | 215.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 147 | 0 | 0.04 | 0.36 | 0.09 | 52.86 | 0.64 | 0.74 |
| Hex | E7 | DD | 93 | 0 | 4 | 24 | 9 | 35 | 40 | 4A |
| Octal | 347 | 335 | 223 | 0 | 4 | 44 | 11 | 65 | 100 | 112 |
| Binary | 11100111 | 11011101 | 10010011 | 0 | 100 | 100100 | 1001 | 110101 | 1000000 | 1001010 |
Color Harmonies of #E7DD93
Complementary color
Monochromatic Colors of #E7DD93
Black with #E7DD93
Text Example
Text Example
White with #E7DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD93; }
p { color: rgb(231,221,147); }
H1.HeaderClassName
{
color: #E7DD93;
}
.AnyTagClassName
{
color: #E7DD93;
}
</style>
background-color css
<style>
a { background-color: #E7DD93; }
a { background-color: rgb(231,221,147); }
div.DivClassName
{
background-color: #E7DD93;
}
.BgClassName
{
background-color: #E7DD93;
}
</style>
border-color css
<style>
span { border-color: #E7DD93; }
span { border-color: rgb(231,221,147); }
td.TdClassName
{
border-color: #E7DD93;
}
.TagClassName
{
border-color: #E7DD93;
}
</style>