Shades of Wild Rice #E7D771
Tints of Wild Rice #E7D771
RGB
CMYK
RGB Variations
Color information
#E7D771 (or 0xE7D771) is known color: Wild Rice. HEX triplet: E7, D7 and 71. RGB value is (231,215,113). Sum of RGB (Red+Green+Blue) = 231+215+113=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D771 is #18288E. Grayscale: #D0D0D0. Windows color (decimal): -1583247 or 7460839. OLE color: 7460839.
HSL color Cylindrical-coordinate representation of color #E7D771: hue angle of 51.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7D771 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 113 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.09 |
| HSL | 51.86º | 0.71% | 0.67% | - |
| HSV(B) | 51.86º | 0.51% | 0.91% | - |
| XYZ | 60.24 | 66.78 | 25.34 | - |
| YUV | 208.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 113 | 0 | 0.07 | 0.51 | 0.09 | 51.86 | 0.71 | 0.67 |
| Hex | E7 | D7 | 71 | 0 | 7 | 33 | 9 | 34 | 47 | 43 |
| Octal | 347 | 327 | 161 | 0 | 7 | 63 | 11 | 64 | 107 | 103 |
| Binary | 11100111 | 11010111 | 1110001 | 0 | 111 | 110011 | 1001 | 110100 | 1000111 | 1000011 |
Color Harmonies of #E7D771
Complementary color
Monochromatic Colors of #E7D771
Black with #E7D771
Text Example
Text Example
White with #E7D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D771; }
p { color: rgb(231,215,113); }
H1.HeaderClassName
{
color: #E7D771;
}
.AnyTagClassName
{
color: #E7D771;
}
</style>
background-color css
<style>
a { background-color: #E7D771; }
a { background-color: rgb(231,215,113); }
div.DivClassName
{
background-color: #E7D771;
}
.BgClassName
{
background-color: #E7D771;
}
</style>
border-color css
<style>
span { border-color: #E7D771; }
span { border-color: rgb(231,215,113); }
td.TdClassName
{
border-color: #E7D771;
}
.TagClassName
{
border-color: #E7D771;
}
</style>