Shades of Primrose #E5DA96
Tints of Primrose #E5DA96
RGB
CMYK
RGB Variations
Color information
#E5DA96 (or 0xE5DA96) is known color: Primrose. HEX triplet: E5, DA and 96. RGB value is (229,218,150). Sum of RGB (Red+Green+Blue) = 229+218+150=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA96 is #1A2569. Grayscale: #D5D5D5. Windows color (decimal): -1713514 or 9886437. OLE color: 9886437.
HSL color Cylindrical-coordinate representation of color #E5DA96: hue angle of 51.65º 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 #E5DA96 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 150 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.10 |
| HSL | 51.65º | 0.6% | 0.74% | - |
| HSV(B) | 51.65º | 0.34% | 0.9% | - |
| XYZ | 62.89 | 69 | 38.86 | - |
| YUV | 213.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 150 | 0 | 0.05 | 0.34 | 0.10 | 51.65 | 0.6 | 0.74 |
| Hex | E5 | DA | 96 | 0 | 5 | 22 | A | 34 | 3C | 4A |
| Octal | 345 | 332 | 226 | 0 | 5 | 42 | 12 | 64 | 74 | 112 |
| Binary | 11100101 | 11011010 | 10010110 | 0 | 101 | 100010 | 1010 | 110100 | 111100 | 1001010 |
Color Harmonies of #E5DA96
Complementary color
Monochromatic Colors of #E5DA96
Black with #E5DA96
Text Example
Text Example
White with #E5DA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA96; }
p { color: rgb(229,218,150); }
H1.HeaderClassName
{
color: #E5DA96;
}
.AnyTagClassName
{
color: #E5DA96;
}
</style>
background-color css
<style>
a { background-color: #E5DA96; }
a { background-color: rgb(229,218,150); }
div.DivClassName
{
background-color: #E5DA96;
}
.BgClassName
{
background-color: #E5DA96;
}
</style>
border-color css
<style>
span { border-color: #E5DA96; }
span { border-color: rgb(229,218,150); }
td.TdClassName
{
border-color: #E5DA96;
}
.TagClassName
{
border-color: #E5DA96;
}
</style>