Shades of Primrose #E8DA98
Tints of Primrose #E8DA98
RGB
CMYK
RGB Variations
Color information
#E8DA98 (or 0xE8DA98) is known color: Primrose. HEX triplet: E8, DA and 98. RGB value is (232,218,152). Sum of RGB (Red+Green+Blue) = 232+218+152=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA98 is #172567. Grayscale: #D6D6D6. Windows color (decimal): -1516904 or 10017512. OLE color: 10017512.
HSL color Cylindrical-coordinate representation of color #E8DA98: hue angle of 49.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8DA98 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 152 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.09 |
| HSL | 49.5º | 0.63% | 0.75% | - |
| HSV(B) | 49.5º | 0.34% | 0.91% | - |
| XYZ | 64.02 | 69.57 | 39.76 | - |
| YUV | 214.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 152 | 0 | 0.06 | 0.34 | 0.09 | 49.5 | 0.63 | 0.75 |
| Hex | E8 | DA | 98 | 0 | 6 | 22 | 9 | 32 | 3F | 4B |
| Octal | 350 | 332 | 230 | 0 | 6 | 42 | 11 | 62 | 77 | 113 |
| Binary | 11101000 | 11011010 | 10011000 | 0 | 110 | 100010 | 1001 | 110010 | 111111 | 1001011 |
Color Harmonies of #E8DA98
Complementary color
Monochromatic Colors of #E8DA98
Black with #E8DA98
Text Example
Text Example
White with #E8DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA98; }
p { color: rgb(232,218,152); }
H1.HeaderClassName
{
color: #E8DA98;
}
.AnyTagClassName
{
color: #E8DA98;
}
</style>
background-color css
<style>
a { background-color: #E8DA98; }
a { background-color: rgb(232,218,152); }
div.DivClassName
{
background-color: #E8DA98;
}
.BgClassName
{
background-color: #E8DA98;
}
</style>
border-color css
<style>
span { border-color: #E8DA98; }
span { border-color: rgb(232,218,152); }
td.TdClassName
{
border-color: #E8DA98;
}
.TagClassName
{
border-color: #E8DA98;
}
</style>