Shades of Primrose #E5DF89
Tints of Primrose #E5DF89
RGB
CMYK
RGB Variations
Color information
#E5DF89 (or 0xE5DF89) is known color: Primrose. HEX triplet: E5, DF and 89. RGB value is (229,223,137). Sum of RGB (Red+Green+Blue) = 229+223+137=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DF89 is #1A2076. Grayscale: #D7D7D7. Windows color (decimal): -1712247 or 9035749. OLE color: 9035749.
HSL color Cylindrical-coordinate representation of color #E5DF89: hue angle of 56.09º degrees, saturation: 0.64, 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 #E5DF89 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 137 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.10 |
| HSL | 56.09º | 0.64% | 0.72% | - |
| HSV(B) | 56.09º | 0.4% | 0.9% | - |
| XYZ | 63.22 | 71.24 | 34.09 | - |
| YUV | 214.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 137 | 0 | 0.03 | 0.40 | 0.10 | 56.09 | 0.64 | 0.72 |
| Hex | E5 | DF | 89 | 0 | 3 | 28 | A | 38 | 40 | 48 |
| Octal | 345 | 337 | 211 | 0 | 3 | 50 | 12 | 70 | 100 | 110 |
| Binary | 11100101 | 11011111 | 10001001 | 0 | 11 | 101000 | 1010 | 111000 | 1000000 | 1001000 |
Color Harmonies of #E5DF89
Complementary color
Monochromatic Colors of #E5DF89
Black with #E5DF89
Text Example
Text Example
White with #E5DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF89; }
p { color: rgb(229,223,137); }
H1.HeaderClassName
{
color: #E5DF89;
}
.AnyTagClassName
{
color: #E5DF89;
}
</style>
background-color css
<style>
a { background-color: #E5DF89; }
a { background-color: rgb(229,223,137); }
div.DivClassName
{
background-color: #E5DF89;
}
.BgClassName
{
background-color: #E5DF89;
}
</style>
border-color css
<style>
span { border-color: #E5DF89; }
span { border-color: rgb(229,223,137); }
td.TdClassName
{
border-color: #E5DF89;
}
.TagClassName
{
border-color: #E5DF89;
}
</style>