Shades of Primrose #E5DF96
Tints of Primrose #E5DF96
RGB
CMYK
RGB Variations
Color information
#E5DF96 (or 0xE5DF96) is known color: Primrose. HEX triplet: E5, DF and 96. RGB value is (229,223,150). Sum of RGB (Red+Green+Blue) = 229+223+150=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DF96 is #1A2069. Grayscale: #D8D8D8. Windows color (decimal): -1712234 or 9887717. OLE color: 9887717.
HSL color Cylindrical-coordinate representation of color #E5DF96: hue angle of 55.44º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5DF96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.10 |
| HSL | 55.44º | 0.6% | 0.74% | - |
| HSV(B) | 55.44º | 0.34% | 0.9% | - |
| XYZ | 64.21 | 71.64 | 39.3 | - |
| YUV | 216.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 150 | 0 | 0.03 | 0.34 | 0.10 | 55.44 | 0.6 | 0.74 |
| Hex | E5 | DF | 96 | 0 | 3 | 22 | A | 37 | 3C | 4A |
| Octal | 345 | 337 | 226 | 0 | 3 | 42 | 12 | 67 | 74 | 112 |
| Binary | 11100101 | 11011111 | 10010110 | 0 | 11 | 100010 | 1010 | 110111 | 111100 | 1001010 |
Color Harmonies of #E5DF96
Complementary color
Monochromatic Colors of #E5DF96
Black with #E5DF96
Text Example
Text Example
White with #E5DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF96; }
p { color: rgb(229,223,150); }
H1.HeaderClassName
{
color: #E5DF96;
}
.AnyTagClassName
{
color: #E5DF96;
}
</style>
background-color css
<style>
a { background-color: #E5DF96; }
a { background-color: rgb(229,223,150); }
div.DivClassName
{
background-color: #E5DF96;
}
.BgClassName
{
background-color: #E5DF96;
}
</style>
border-color css
<style>
span { border-color: #E5DF96; }
span { border-color: rgb(229,223,150); }
td.TdClassName
{
border-color: #E5DF96;
}
.TagClassName
{
border-color: #E5DF96;
}
</style>