Shades of Primrose #E3D688
Tints of Primrose #E3D688
RGB
CMYK
RGB Variations
Color information
#E3D688 (or 0xE3D688) is known color: Primrose. HEX triplet: E3, D6 and 88. RGB value is (227,214,136). Sum of RGB (Red+Green+Blue) = 227+214+136=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D688 is #1C2977. Grayscale: #D1D1D1. Windows color (decimal): -1845624 or 8967907. OLE color: 8967907.
HSL color Cylindrical-coordinate representation of color #E3D688: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E3D688 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 136 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.11 |
| HSL | 51.43º | 0.62% | 0.71% | - |
| HSV(B) | 51.43º | 0.4% | 0.89% | - |
| XYZ | 60.17 | 66.2 | 32.9 | - |
| YUV | 209 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 136 | 0 | 0.06 | 0.40 | 0.11 | 51.43 | 0.62 | 0.71 |
| Hex | E3 | D6 | 88 | 0 | 6 | 28 | B | 33 | 3E | 47 |
| Octal | 343 | 326 | 210 | 0 | 6 | 50 | 13 | 63 | 76 | 107 |
| Binary | 11100011 | 11010110 | 10001000 | 0 | 110 | 101000 | 1011 | 110011 | 111110 | 1000111 |
Color Harmonies of #E3D688
Complementary color
Monochromatic Colors of #E3D688
Black with #E3D688
Text Example
Text Example
White with #E3D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D688; }
p { color: rgb(227,214,136); }
H1.HeaderClassName
{
color: #E3D688;
}
.AnyTagClassName
{
color: #E3D688;
}
</style>
background-color css
<style>
a { background-color: #E3D688; }
a { background-color: rgb(227,214,136); }
div.DivClassName
{
background-color: #E3D688;
}
.BgClassName
{
background-color: #E3D688;
}
</style>
border-color css
<style>
span { border-color: #E3D688; }
span { border-color: rgb(227,214,136); }
td.TdClassName
{
border-color: #E3D688;
}
.TagClassName
{
border-color: #E3D688;
}
</style>