Shades of Primrose #E6DD89
Tints of Primrose #E6DD89
RGB
CMYK
RGB Variations
Color information
#E6DD89 (or 0xE6DD89) is known color: Primrose. HEX triplet: E6, DD and 89. RGB value is (230,221,137). Sum of RGB (Red+Green+Blue) = 230+221+137=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD89 is #192276. Grayscale: #D6D6D6. Windows color (decimal): -1647223 or 9035238. OLE color: 9035238.
HSL color Cylindrical-coordinate representation of color #E6DD89: hue angle of 54.19º 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 #E6DD89 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 137 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.10 |
| HSL | 54.19º | 0.65% | 0.72% | - |
| HSV(B) | 54.19º | 0.4% | 0.9% | - |
| XYZ | 63 | 70.34 | 33.92 | - |
| YUV | 214.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 137 | 0 | 0.04 | 0.40 | 0.10 | 54.19 | 0.65 | 0.72 |
| Hex | E6 | DD | 89 | 0 | 4 | 28 | A | 36 | 41 | 48 |
| Octal | 346 | 335 | 211 | 0 | 4 | 50 | 12 | 66 | 101 | 110 |
| Binary | 11100110 | 11011101 | 10001001 | 0 | 100 | 101000 | 1010 | 110110 | 1000001 | 1001000 |
Color Harmonies of #E6DD89
Complementary color
Monochromatic Colors of #E6DD89
Black with #E6DD89
Text Example
Text Example
White with #E6DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD89; }
p { color: rgb(230,221,137); }
H1.HeaderClassName
{
color: #E6DD89;
}
.AnyTagClassName
{
color: #E6DD89;
}
</style>
background-color css
<style>
a { background-color: #E6DD89; }
a { background-color: rgb(230,221,137); }
div.DivClassName
{
background-color: #E6DD89;
}
.BgClassName
{
background-color: #E6DD89;
}
</style>
border-color css
<style>
span { border-color: #E6DD89; }
span { border-color: rgb(230,221,137); }
td.TdClassName
{
border-color: #E6DD89;
}
.TagClassName
{
border-color: #E6DD89;
}
</style>