Shades of Primrose #E8DC88
Tints of Primrose #E8DC88
RGB
CMYK
RGB Variations
Color information
#E8DC88 (or 0xE8DC88) is known color: Primrose. HEX triplet: E8, DC and 88. RGB value is (232,220,136). Sum of RGB (Red+Green+Blue) = 232+220+136=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC88 is #172377. Grayscale: #D6D6D6. Windows color (decimal): -1516408 or 8969448. OLE color: 8969448.
HSL color Cylindrical-coordinate representation of color #E8DC88: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8DC88 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 136 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.09 |
| HSL | 52.5º | 0.68% | 0.72% | - |
| HSV(B) | 52.5º | 0.41% | 0.91% | - |
| XYZ | 63.32 | 70.12 | 33.49 | - |
| YUV | 214.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 136 | 0 | 0.05 | 0.41 | 0.09 | 52.5 | 0.68 | 0.72 |
| Hex | E8 | DC | 88 | 0 | 5 | 29 | 9 | 34 | 44 | 48 |
| Octal | 350 | 334 | 210 | 0 | 5 | 51 | 11 | 64 | 104 | 110 |
| Binary | 11101000 | 11011100 | 10001000 | 0 | 101 | 101001 | 1001 | 110100 | 1000100 | 1001000 |
Color Harmonies of #E8DC88
Complementary color
Monochromatic Colors of #E8DC88
Black with #E8DC88
Text Example
Text Example
White with #E8DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC88; }
p { color: rgb(232,220,136); }
H1.HeaderClassName
{
color: #E8DC88;
}
.AnyTagClassName
{
color: #E8DC88;
}
</style>
background-color css
<style>
a { background-color: #E8DC88; }
a { background-color: rgb(232,220,136); }
div.DivClassName
{
background-color: #E8DC88;
}
.BgClassName
{
background-color: #E8DC88;
}
</style>
border-color css
<style>
span { border-color: #E8DC88; }
span { border-color: rgb(232,220,136); }
td.TdClassName
{
border-color: #E8DC88;
}
.TagClassName
{
border-color: #E8DC88;
}
</style>