Shades of Primrose #E6D989
Tints of Primrose #E6D989
RGB
CMYK
RGB Variations
Color information
#E6D989 (or 0xE6D989) is known color: Primrose. HEX triplet: E6, D9 and 89. RGB value is (230,217,137). Sum of RGB (Red+Green+Blue) = 230+217+137=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D989 is #192676. Grayscale: #D4D4D4. Windows color (decimal): -1648247 or 9034214. OLE color: 9034214.
HSL color Cylindrical-coordinate representation of color #E6D989: hue angle of 51.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6D989 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 137 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.10 |
| HSL | 51.61º | 0.65% | 0.72% | - |
| HSV(B) | 51.61º | 0.4% | 0.9% | - |
| XYZ | 61.96 | 68.25 | 33.58 | - |
| YUV | 211.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 137 | 0 | 0.06 | 0.40 | 0.10 | 51.61 | 0.65 | 0.72 |
| Hex | E6 | D9 | 89 | 0 | 6 | 28 | A | 34 | 41 | 48 |
| Octal | 346 | 331 | 211 | 0 | 6 | 50 | 12 | 64 | 101 | 110 |
| Binary | 11100110 | 11011001 | 10001001 | 0 | 110 | 101000 | 1010 | 110100 | 1000001 | 1001000 |
Color Harmonies of #E6D989
Complementary color
Monochromatic Colors of #E6D989
Black with #E6D989
Text Example
Text Example
White with #E6D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D989; }
p { color: rgb(230,217,137); }
H1.HeaderClassName
{
color: #E6D989;
}
.AnyTagClassName
{
color: #E6D989;
}
</style>
background-color css
<style>
a { background-color: #E6D989; }
a { background-color: rgb(230,217,137); }
div.DivClassName
{
background-color: #E6D989;
}
.BgClassName
{
background-color: #E6D989;
}
</style>
border-color css
<style>
span { border-color: #E6D989; }
span { border-color: rgb(230,217,137); }
td.TdClassName
{
border-color: #E6D989;
}
.TagClassName
{
border-color: #E6D989;
}
</style>