Shades of Primrose #E8DF92
Tints of Primrose #E8DF92
RGB
CMYK
RGB Variations
Color information
#E8DF92 (or 0xE8DF92) is known color: Primrose. HEX triplet: E8, DF and 92. RGB value is (232,223,146). Sum of RGB (Red+Green+Blue) = 232+223+146=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF92 is #17206D. Grayscale: #D9D9D9. Windows color (decimal): -1515630 or 9625576. OLE color: 9625576.
HSL color Cylindrical-coordinate representation of color #E8DF92: hue angle of 53.72º 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 #E8DF92 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 146 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.09 |
| HSL | 53.72º | 0.65% | 0.74% | - |
| HSV(B) | 53.72º | 0.37% | 0.91% | - |
| XYZ | 64.85 | 72.01 | 37.67 | - |
| YUV | 216.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 146 | 0 | 0.04 | 0.37 | 0.09 | 53.72 | 0.65 | 0.74 |
| Hex | E8 | DF | 92 | 0 | 4 | 25 | 9 | 36 | 41 | 4A |
| Octal | 350 | 337 | 222 | 0 | 4 | 45 | 11 | 66 | 101 | 112 |
| Binary | 11101000 | 11011111 | 10010010 | 0 | 100 | 100101 | 1001 | 110110 | 1000001 | 1001010 |
Color Harmonies of #E8DF92
Complementary color
Monochromatic Colors of #E8DF92
Black with #E8DF92
Text Example
Text Example
White with #E8DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF92; }
p { color: rgb(232,223,146); }
H1.HeaderClassName
{
color: #E8DF92;
}
.AnyTagClassName
{
color: #E8DF92;
}
</style>
background-color css
<style>
a { background-color: #E8DF92; }
a { background-color: rgb(232,223,146); }
div.DivClassName
{
background-color: #E8DF92;
}
.BgClassName
{
background-color: #E8DF92;
}
</style>
border-color css
<style>
span { border-color: #E8DF92; }
span { border-color: rgb(232,223,146); }
td.TdClassName
{
border-color: #E8DF92;
}
.TagClassName
{
border-color: #E8DF92;
}
</style>