Shades of Primrose #E8DD92
Tints of Primrose #E8DD92
RGB
CMYK
RGB Variations
Color information
#E8DD92 (or 0xE8DD92) is known color: Primrose. HEX triplet: E8, DD and 92. RGB value is (232,221,146). Sum of RGB (Red+Green+Blue) = 232+221+146=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD92 is #17226D. Grayscale: #D8D8D8. Windows color (decimal): -1516142 or 9625064. OLE color: 9625064.
HSL color Cylindrical-coordinate representation of color #E8DD92: hue angle of 52.33º 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 #E8DD92 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 146 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.09 |
| HSL | 52.33º | 0.65% | 0.74% | - |
| HSV(B) | 52.33º | 0.37% | 0.91% | - |
| XYZ | 64.32 | 70.94 | 37.5 | - |
| YUV | 215.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 146 | 0 | 0.05 | 0.37 | 0.09 | 52.33 | 0.65 | 0.74 |
| Hex | E8 | DD | 92 | 0 | 5 | 25 | 9 | 34 | 41 | 4A |
| Octal | 350 | 335 | 222 | 0 | 5 | 45 | 11 | 64 | 101 | 112 |
| Binary | 11101000 | 11011101 | 10010010 | 0 | 101 | 100101 | 1001 | 110100 | 1000001 | 1001010 |
Color Harmonies of #E8DD92
Complementary color
Monochromatic Colors of #E8DD92
Black with #E8DD92
Text Example
Text Example
White with #E8DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD92; }
p { color: rgb(232,221,146); }
H1.HeaderClassName
{
color: #E8DD92;
}
.AnyTagClassName
{
color: #E8DD92;
}
</style>
background-color css
<style>
a { background-color: #E8DD92; }
a { background-color: rgb(232,221,146); }
div.DivClassName
{
background-color: #E8DD92;
}
.BgClassName
{
background-color: #E8DD92;
}
</style>
border-color css
<style>
span { border-color: #E8DD92; }
span { border-color: rgb(232,221,146); }
td.TdClassName
{
border-color: #E8DD92;
}
.TagClassName
{
border-color: #E8DD92;
}
</style>