Shades of Primrose #E5DA86
Tints of Primrose #E5DA86
RGB
CMYK
RGB Variations
Color information
#E5DA86 (or 0xE5DA86) is known color: Primrose. HEX triplet: E5, DA and 86. RGB value is (229,218,134). Sum of RGB (Red+Green+Blue) = 229+218+134=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA86 is #1A2579. Grayscale: #D4D4D4. Windows color (decimal): -1713530 or 8837861. OLE color: 8837861.
HSL color Cylindrical-coordinate representation of color #E5DA86: hue angle of 53.05º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5DA86 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 134 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.10 |
| HSL | 53.05º | 0.65% | 0.71% | - |
| HSV(B) | 53.05º | 0.41% | 0.9% | - |
| XYZ | 61.69 | 68.52 | 32.53 | - |
| YUV | 211.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 134 | 0 | 0.05 | 0.41 | 0.10 | 53.05 | 0.65 | 0.71 |
| Hex | E5 | DA | 86 | 0 | 5 | 29 | A | 35 | 41 | 47 |
| Octal | 345 | 332 | 206 | 0 | 5 | 51 | 12 | 65 | 101 | 107 |
| Binary | 11100101 | 11011010 | 10000110 | 0 | 101 | 101001 | 1010 | 110101 | 1000001 | 1000111 |
Color Harmonies of #E5DA86
Complementary color
Monochromatic Colors of #E5DA86
Black with #E5DA86
Text Example
Text Example
White with #E5DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA86; }
p { color: rgb(229,218,134); }
H1.HeaderClassName
{
color: #E5DA86;
}
.AnyTagClassName
{
color: #E5DA86;
}
</style>
background-color css
<style>
a { background-color: #E5DA86; }
a { background-color: rgb(229,218,134); }
div.DivClassName
{
background-color: #E5DA86;
}
.BgClassName
{
background-color: #E5DA86;
}
</style>
border-color css
<style>
span { border-color: #E5DA86; }
span { border-color: rgb(229,218,134); }
td.TdClassName
{
border-color: #E5DA86;
}
.TagClassName
{
border-color: #E5DA86;
}
</style>