Shades of Primrose #E5DE96
Tints of Primrose #E5DE96
RGB
CMYK
RGB Variations
Color information
#E5DE96 (or 0xE5DE96) is known color: Primrose. HEX triplet: E5, DE and 96. RGB value is (229,222,150). Sum of RGB (Red+Green+Blue) = 229+222+150=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DE96 is #1A2169. Grayscale: #D8D8D8. Windows color (decimal): -1712490 or 9887461. OLE color: 9887461.
HSL color Cylindrical-coordinate representation of color #E5DE96: hue angle of 54.68º 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 #E5DE96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.10 |
| HSL | 54.68º | 0.6% | 0.74% | - |
| HSV(B) | 54.68º | 0.34% | 0.9% | - |
| XYZ | 63.94 | 71.1 | 39.21 | - |
| YUV | 215.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 150 | 0 | 0.03 | 0.34 | 0.10 | 54.68 | 0.6 | 0.74 |
| Hex | E5 | DE | 96 | 0 | 3 | 22 | A | 37 | 3C | 4A |
| Octal | 345 | 336 | 226 | 0 | 3 | 42 | 12 | 67 | 74 | 112 |
| Binary | 11100101 | 11011110 | 10010110 | 0 | 11 | 100010 | 1010 | 110111 | 111100 | 1001010 |
Color Harmonies of #E5DE96
Complementary color
Monochromatic Colors of #E5DE96
Black with #E5DE96
Text Example
Text Example
White with #E5DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DE96; }
p { color: rgb(229,222,150); }
H1.HeaderClassName
{
color: #E5DE96;
}
.AnyTagClassName
{
color: #E5DE96;
}
</style>
background-color css
<style>
a { background-color: #E5DE96; }
a { background-color: rgb(229,222,150); }
div.DivClassName
{
background-color: #E5DE96;
}
.BgClassName
{
background-color: #E5DE96;
}
</style>
border-color css
<style>
span { border-color: #E5DE96; }
span { border-color: rgb(229,222,150); }
td.TdClassName
{
border-color: #E5DE96;
}
.TagClassName
{
border-color: #E5DE96;
}
</style>