Shades of Primrose #E0D693
Tints of Primrose #E0D693
RGB
CMYK
RGB Variations
Color information
#E0D693 (or 0xE0D693) is known color: Primrose. HEX triplet: E0, D6 and 93. RGB value is (224,214,147). Sum of RGB (Red+Green+Blue) = 224+214+147=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D693 is #1F296C. Grayscale: #D1D1D1. Windows color (decimal): -2042221 or 9688800. OLE color: 9688800.
HSL color Cylindrical-coordinate representation of color #E0D693: hue angle of 52.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0D693 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 147 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.12 |
| HSL | 52.21º | 0.55% | 0.73% | - |
| HSV(B) | 52.21º | 0.34% | 0.88% | - |
| XYZ | 60.05 | 66.05 | 37.19 | - |
| YUV | 209.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 147 | 0 | 0.04 | 0.34 | 0.12 | 52.21 | 0.55 | 0.73 |
| Hex | E0 | D6 | 93 | 0 | 4 | 22 | C | 34 | 37 | 49 |
| Octal | 340 | 326 | 223 | 0 | 4 | 42 | 14 | 64 | 67 | 111 |
| Binary | 11100000 | 11010110 | 10010011 | 0 | 100 | 100010 | 1100 | 110100 | 110111 | 1001001 |
Color Harmonies of #E0D693
Complementary color
Monochromatic Colors of #E0D693
Black with #E0D693
Text Example
Text Example
White with #E0D693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D693; }
p { color: rgb(224,214,147); }
H1.HeaderClassName
{
color: #E0D693;
}
.AnyTagClassName
{
color: #E0D693;
}
</style>
background-color css
<style>
a { background-color: #E0D693; }
a { background-color: rgb(224,214,147); }
div.DivClassName
{
background-color: #E0D693;
}
.BgClassName
{
background-color: #E0D693;
}
</style>
border-color css
<style>
span { border-color: #E0D693; }
span { border-color: rgb(224,214,147); }
td.TdClassName
{
border-color: #E0D693;
}
.TagClassName
{
border-color: #E0D693;
}
</style>