Shades of Primrose #E8DB92
Tints of Primrose #E8DB92
RGB
CMYK
RGB Variations
Color information
#E8DB92 (or 0xE8DB92) is known color: Primrose. HEX triplet: E8, DB and 92. RGB value is (232,219,146). Sum of RGB (Red+Green+Blue) = 232+219+146=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DB92 is #17246D. Grayscale: #D6D6D6. Windows color (decimal): -1516654 or 9624552. OLE color: 9624552.
HSL color Cylindrical-coordinate representation of color #E8DB92: hue angle of 50.93º 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 #E8DB92 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 146 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.09 |
| HSL | 50.93º | 0.65% | 0.74% | - |
| HSV(B) | 50.93º | 0.37% | 0.91% | - |
| XYZ | 63.8 | 69.89 | 37.32 | - |
| YUV | 214.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 146 | 0 | 0.06 | 0.37 | 0.09 | 50.93 | 0.65 | 0.74 |
| Hex | E8 | DB | 92 | 0 | 6 | 25 | 9 | 33 | 41 | 4A |
| Octal | 350 | 333 | 222 | 0 | 6 | 45 | 11 | 63 | 101 | 112 |
| Binary | 11101000 | 11011011 | 10010010 | 0 | 110 | 100101 | 1001 | 110011 | 1000001 | 1001010 |
Color Harmonies of #E8DB92
Complementary color
Monochromatic Colors of #E8DB92
Black with #E8DB92
Text Example
Text Example
White with #E8DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB92; }
p { color: rgb(232,219,146); }
H1.HeaderClassName
{
color: #E8DB92;
}
.AnyTagClassName
{
color: #E8DB92;
}
</style>
background-color css
<style>
a { background-color: #E8DB92; }
a { background-color: rgb(232,219,146); }
div.DivClassName
{
background-color: #E8DB92;
}
.BgClassName
{
background-color: #E8DB92;
}
</style>
border-color css
<style>
span { border-color: #E8DB92; }
span { border-color: rgb(232,219,146); }
td.TdClassName
{
border-color: #E8DB92;
}
.TagClassName
{
border-color: #E8DB92;
}
</style>