Shades of Primrose #E5DA98
Tints of Primrose #E5DA98
RGB
CMYK
RGB Variations
Color information
#E5DA98 (or 0xE5DA98) is known color: Primrose. HEX triplet: E5, DA and 98. RGB value is (229,218,152). Sum of RGB (Red+Green+Blue) = 229+218+152=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA98 is #1A2567. Grayscale: #D6D6D6. Windows color (decimal): -1713512 or 10017509. OLE color: 10017509.
HSL color Cylindrical-coordinate representation of color #E5DA98: hue angle of 51.43º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5DA98 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 152 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.10 |
| HSL | 51.43º | 0.6% | 0.75% | - |
| HSV(B) | 51.43º | 0.34% | 0.9% | - |
| XYZ | 63.05 | 69.07 | 39.71 | - |
| YUV | 213.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 152 | 0 | 0.05 | 0.34 | 0.10 | 51.43 | 0.6 | 0.75 |
| Hex | E5 | DA | 98 | 0 | 5 | 22 | A | 33 | 3C | 4B |
| Octal | 345 | 332 | 230 | 0 | 5 | 42 | 12 | 63 | 74 | 113 |
| Binary | 11100101 | 11011010 | 10011000 | 0 | 101 | 100010 | 1010 | 110011 | 111100 | 1001011 |
Color Harmonies of #E5DA98
Complementary color
Monochromatic Colors of #E5DA98
Black with #E5DA98
Text Example
Text Example
White with #E5DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA98; }
p { color: rgb(229,218,152); }
H1.HeaderClassName
{
color: #E5DA98;
}
.AnyTagClassName
{
color: #E5DA98;
}
</style>
background-color css
<style>
a { background-color: #E5DA98; }
a { background-color: rgb(229,218,152); }
div.DivClassName
{
background-color: #E5DA98;
}
.BgClassName
{
background-color: #E5DA98;
}
</style>
border-color css
<style>
span { border-color: #E5DA98; }
span { border-color: rgb(229,218,152); }
td.TdClassName
{
border-color: #E5DA98;
}
.TagClassName
{
border-color: #E5DA98;
}
</style>