Shades of Primrose #E8DC93
Tints of Primrose #E8DC93
RGB
CMYK
RGB Variations
Color information
#E8DC93 (or 0xE8DC93) is known color: Primrose. HEX triplet: E8, DC and 93. RGB value is (232,220,147). Sum of RGB (Red+Green+Blue) = 232+220+147=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC93 is #17236C. Grayscale: #D7D7D7. Windows color (decimal): -1516397 or 9690344. OLE color: 9690344.
HSL color Cylindrical-coordinate representation of color #E8DC93: hue angle of 51.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8DC93 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 147 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.09 |
| HSL | 51.53º | 0.65% | 0.74% | - |
| HSV(B) | 51.53º | 0.37% | 0.91% | - |
| XYZ | 64.14 | 70.45 | 37.82 | - |
| YUV | 215.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 147 | 0 | 0.05 | 0.37 | 0.09 | 51.53 | 0.65 | 0.74 |
| Hex | E8 | DC | 93 | 0 | 5 | 25 | 9 | 34 | 41 | 4A |
| Octal | 350 | 334 | 223 | 0 | 5 | 45 | 11 | 64 | 101 | 112 |
| Binary | 11101000 | 11011100 | 10010011 | 0 | 101 | 100101 | 1001 | 110100 | 1000001 | 1001010 |
Color Harmonies of #E8DC93
Complementary color
Monochromatic Colors of #E8DC93
Black with #E8DC93
Text Example
Text Example
White with #E8DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC93; }
p { color: rgb(232,220,147); }
H1.HeaderClassName
{
color: #E8DC93;
}
.AnyTagClassName
{
color: #E8DC93;
}
</style>
background-color css
<style>
a { background-color: #E8DC93; }
a { background-color: rgb(232,220,147); }
div.DivClassName
{
background-color: #E8DC93;
}
.BgClassName
{
background-color: #E8DC93;
}
</style>
border-color css
<style>
span { border-color: #E8DC93; }
span { border-color: rgb(232,220,147); }
td.TdClassName
{
border-color: #E8DC93;
}
.TagClassName
{
border-color: #E8DC93;
}
</style>