Shades of Primrose #E8DD99
Tints of Primrose #E8DD99
RGB
CMYK
RGB Variations
Color information
#E8DD99 (or 0xE8DD99) is known color: Primrose. HEX triplet: E8, DD and 99. RGB value is (232,221,153). Sum of RGB (Red+Green+Blue) = 232+221+153=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD99 is #172266. Grayscale: #D8D8D8. Windows color (decimal): -1516135 or 10083816. OLE color: 10083816.
HSL color Cylindrical-coordinate representation of color #E8DD99: hue angle of 51.65º 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 #E8DD99 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 153 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.09 |
| HSL | 51.65º | 0.63% | 0.75% | - |
| HSV(B) | 51.65º | 0.34% | 0.91% | - |
| XYZ | 64.88 | 71.17 | 40.45 | - |
| YUV | 216.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 153 | 0 | 0.05 | 0.34 | 0.09 | 51.65 | 0.63 | 0.75 |
| Hex | E8 | DD | 99 | 0 | 5 | 22 | 9 | 34 | 3F | 4B |
| Octal | 350 | 335 | 231 | 0 | 5 | 42 | 11 | 64 | 77 | 113 |
| Binary | 11101000 | 11011101 | 10011001 | 0 | 101 | 100010 | 1001 | 110100 | 111111 | 1001011 |
Color Harmonies of #E8DD99
Complementary color
Monochromatic Colors of #E8DD99
Black with #E8DD99
Text Example
Text Example
White with #E8DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD99; }
p { color: rgb(232,221,153); }
H1.HeaderClassName
{
color: #E8DD99;
}
.AnyTagClassName
{
color: #E8DD99;
}
</style>
background-color css
<style>
a { background-color: #E8DD99; }
a { background-color: rgb(232,221,153); }
div.DivClassName
{
background-color: #E8DD99;
}
.BgClassName
{
background-color: #E8DD99;
}
</style>
border-color css
<style>
span { border-color: #E8DD99; }
span { border-color: rgb(232,221,153); }
td.TdClassName
{
border-color: #E8DD99;
}
.TagClassName
{
border-color: #E8DD99;
}
</style>