Shades of Wild Rice #E8D671
Tints of Wild Rice #E8D671
RGB
CMYK
RGB Variations
Color information
#E8D671 (or 0xE8D671) is known color: Wild Rice. HEX triplet: E8, D6 and 71. RGB value is (232,214,113). Sum of RGB (Red+Green+Blue) = 232+214+113=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D671 is #17298E. Grayscale: #D0D0D0. Windows color (decimal): -1517967 or 7460584. OLE color: 7460584.
HSL color Cylindrical-coordinate representation of color #E8D671: hue angle of 50.92º 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 #E8D671 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 113 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.09 |
| HSL | 50.92º | 0.72% | 0.68% | - |
| HSV(B) | 50.92º | 0.51% | 0.91% | - |
| XYZ | 60.31 | 66.44 | 25.27 | - |
| YUV | 207.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 113 | 0 | 0.08 | 0.51 | 0.09 | 50.92 | 0.72 | 0.68 |
| Hex | E8 | D6 | 71 | 0 | 8 | 33 | 9 | 33 | 48 | 44 |
| Octal | 350 | 326 | 161 | 0 | 10 | 63 | 11 | 63 | 110 | 104 |
| Binary | 11101000 | 11010110 | 1110001 | 0 | 1000 | 110011 | 1001 | 110011 | 1001000 | 1000100 |
Color Harmonies of #E8D671
Complementary color
Monochromatic Colors of #E8D671
Black with #E8D671
Text Example
Text Example
White with #E8D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D671; }
p { color: rgb(232,214,113); }
H1.HeaderClassName
{
color: #E8D671;
}
.AnyTagClassName
{
color: #E8D671;
}
</style>
background-color css
<style>
a { background-color: #E8D671; }
a { background-color: rgb(232,214,113); }
div.DivClassName
{
background-color: #E8D671;
}
.BgClassName
{
background-color: #E8D671;
}
</style>
border-color css
<style>
span { border-color: #E8D671; }
span { border-color: rgb(232,214,113); }
td.TdClassName
{
border-color: #E8D671;
}
.TagClassName
{
border-color: #E8D671;
}
</style>