Shades of Primrose #E0D688
Tints of Primrose #E0D688
RGB
CMYK
RGB Variations
Color information
#E0D688 (or 0xE0D688) is known color: Primrose. HEX triplet: E0, D6 and 88. RGB value is (224,214,136). Sum of RGB (Red+Green+Blue) = 224+214+136=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D688 is #1F2977. Grayscale: #D0D0D0. Windows color (decimal): -2042232 or 8967904. OLE color: 8967904.
HSL color Cylindrical-coordinate representation of color #E0D688: hue angle of 53.18º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0D688 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 136 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.12 |
| HSL | 53.18º | 0.59% | 0.71% | - |
| HSV(B) | 53.18º | 0.39% | 0.88% | - |
| XYZ | 59.23 | 65.72 | 32.86 | - |
| YUV | 208.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 136 | 0 | 0.04 | 0.39 | 0.12 | 53.18 | 0.59 | 0.71 |
| Hex | E0 | D6 | 88 | 0 | 4 | 27 | C | 35 | 3B | 47 |
| Octal | 340 | 326 | 210 | 0 | 4 | 47 | 14 | 65 | 73 | 107 |
| Binary | 11100000 | 11010110 | 10001000 | 0 | 100 | 100111 | 1100 | 110101 | 111011 | 1000111 |
Color Harmonies of #E0D688
Complementary color
Monochromatic Colors of #E0D688
Black with #E0D688
Text Example
Text Example
White with #E0D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D688; }
p { color: rgb(224,214,136); }
H1.HeaderClassName
{
color: #E0D688;
}
.AnyTagClassName
{
color: #E0D688;
}
</style>
background-color css
<style>
a { background-color: #E0D688; }
a { background-color: rgb(224,214,136); }
div.DivClassName
{
background-color: #E0D688;
}
.BgClassName
{
background-color: #E0D688;
}
</style>
border-color css
<style>
span { border-color: #E0D688; }
span { border-color: rgb(224,214,136); }
td.TdClassName
{
border-color: #E0D688;
}
.TagClassName
{
border-color: #E0D688;
}
</style>