Shades of Wild Rice #E8D771
Tints of Wild Rice #E8D771
RGB
CMYK
RGB Variations
Color information
#E8D771 (or 0xE8D771) is known color: Wild Rice. HEX triplet: E8, D7 and 71. RGB value is (232,215,113). Sum of RGB (Red+Green+Blue) = 232+215+113=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D771 is #17288E. Grayscale: #D0D0D0. Windows color (decimal): -1517711 or 7460840. OLE color: 7460840.
HSL color Cylindrical-coordinate representation of color #E8D771: hue angle of 51.43º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8D771 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 113 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.09 |
| HSL | 51.43º | 0.72% | 0.68% | - |
| HSV(B) | 51.43º | 0.51% | 0.91% | - |
| XYZ | 60.56 | 66.95 | 25.35 | - |
| YUV | 208.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 113 | 0 | 0.07 | 0.51 | 0.09 | 51.43 | 0.72 | 0.68 |
| Hex | E8 | D7 | 71 | 0 | 7 | 33 | 9 | 33 | 48 | 44 |
| Octal | 350 | 327 | 161 | 0 | 7 | 63 | 11 | 63 | 110 | 104 |
| Binary | 11101000 | 11010111 | 1110001 | 0 | 111 | 110011 | 1001 | 110011 | 1001000 | 1000100 |
Color Harmonies of #E8D771
Complementary color
Monochromatic Colors of #E8D771
Black with #E8D771
Text Example
Text Example
White with #E8D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D771; }
p { color: rgb(232,215,113); }
H1.HeaderClassName
{
color: #E8D771;
}
.AnyTagClassName
{
color: #E8D771;
}
</style>
background-color css
<style>
a { background-color: #E8D771; }
a { background-color: rgb(232,215,113); }
div.DivClassName
{
background-color: #E8D771;
}
.BgClassName
{
background-color: #E8D771;
}
</style>
border-color css
<style>
span { border-color: #E8D771; }
span { border-color: rgb(232,215,113); }
td.TdClassName
{
border-color: #E8D771;
}
.TagClassName
{
border-color: #E8D771;
}
</style>