Shades of Primrose #E8DC90
Tints of Primrose #E8DC90
RGB
CMYK
RGB Variations
Color information
#E8DC90 (or 0xE8DC90) is known color: Primrose. HEX triplet: E8, DC and 90. RGB value is (232,220,144). Sum of RGB (Red+Green+Blue) = 232+220+144=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC90 is #17236F. Grayscale: #D7D7D7. Windows color (decimal): -1516400 or 9493736. OLE color: 9493736.
HSL color Cylindrical-coordinate representation of color #E8DC90: hue angle of 51.82º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8DC90 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 144 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.09 |
| HSL | 51.82º | 0.66% | 0.74% | - |
| HSV(B) | 51.82º | 0.38% | 0.91% | - |
| XYZ | 63.91 | 70.36 | 36.6 | - |
| YUV | 214.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 144 | 0 | 0.05 | 0.38 | 0.09 | 51.82 | 0.66 | 0.74 |
| Hex | E8 | DC | 90 | 0 | 5 | 26 | 9 | 34 | 42 | 4A |
| Octal | 350 | 334 | 220 | 0 | 5 | 46 | 11 | 64 | 102 | 112 |
| Binary | 11101000 | 11011100 | 10010000 | 0 | 101 | 100110 | 1001 | 110100 | 1000010 | 1001010 |
Color Harmonies of #E8DC90
Complementary color
Monochromatic Colors of #E8DC90
Black with #E8DC90
Text Example
Text Example
White with #E8DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC90; }
p { color: rgb(232,220,144); }
H1.HeaderClassName
{
color: #E8DC90;
}
.AnyTagClassName
{
color: #E8DC90;
}
</style>
background-color css
<style>
a { background-color: #E8DC90; }
a { background-color: rgb(232,220,144); }
div.DivClassName
{
background-color: #E8DC90;
}
.BgClassName
{
background-color: #E8DC90;
}
</style>
border-color css
<style>
span { border-color: #E8DC90; }
span { border-color: rgb(232,220,144); }
td.TdClassName
{
border-color: #E8DC90;
}
.TagClassName
{
border-color: #E8DC90;
}
</style>