Shades of Primrose #E5DF93
Tints of Primrose #E5DF93
RGB
CMYK
RGB Variations
Color information
#E5DF93 (or 0xE5DF93) is known color: Primrose. HEX triplet: E5, DF and 93. RGB value is (229,223,147). Sum of RGB (Red+Green+Blue) = 229+223+147=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DF93 is #1A206C. Grayscale: #D8D8D8. Windows color (decimal): -1712237 or 9691109. OLE color: 9691109.
HSL color Cylindrical-coordinate representation of color #E5DF93: hue angle of 55.61º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5DF93 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 147 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 55.61º | 0.61% | 0.74% | - |
| HSV(B) | 55.61º | 0.36% | 0.9% | - |
| XYZ | 63.97 | 71.54 | 38.04 | - |
| YUV | 216.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 147 | 0 | 0.03 | 0.36 | 0.10 | 55.61 | 0.61 | 0.74 |
| Hex | E5 | DF | 93 | 0 | 3 | 24 | A | 38 | 3D | 4A |
| Octal | 345 | 337 | 223 | 0 | 3 | 44 | 12 | 70 | 75 | 112 |
| Binary | 11100101 | 11011111 | 10010011 | 0 | 11 | 100100 | 1010 | 111000 | 111101 | 1001010 |
Color Harmonies of #E5DF93
Complementary color
Monochromatic Colors of #E5DF93
Black with #E5DF93
Text Example
Text Example
White with #E5DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF93; }
p { color: rgb(229,223,147); }
H1.HeaderClassName
{
color: #E5DF93;
}
.AnyTagClassName
{
color: #E5DF93;
}
</style>
background-color css
<style>
a { background-color: #E5DF93; }
a { background-color: rgb(229,223,147); }
div.DivClassName
{
background-color: #E5DF93;
}
.BgClassName
{
background-color: #E5DF93;
}
</style>
border-color css
<style>
span { border-color: #E5DF93; }
span { border-color: rgb(229,223,147); }
td.TdClassName
{
border-color: #E5DF93;
}
.TagClassName
{
border-color: #E5DF93;
}
</style>