Shades of Wild Rice #E7D676
Tints of Wild Rice #E7D676
RGB
CMYK
RGB Variations
Color information
#E7D676 (or 0xE7D676) is known color: Wild Rice. HEX triplet: E7, D6 and 76. RGB value is (231,214,118). Sum of RGB (Red+Green+Blue) = 231+214+118=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D676 is #182989. Grayscale: #D0D0D0. Windows color (decimal): -1583498 or 7788263. OLE color: 7788263.
HSL color Cylindrical-coordinate representation of color #E7D676: hue angle of 50.97º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7D676 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 118 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.09 |
| HSL | 50.97º | 0.7% | 0.68% | - |
| HSV(B) | 50.97º | 0.49% | 0.91% | - |
| XYZ | 60.27 | 66.39 | 26.78 | - |
| YUV | 208.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 118 | 0 | 0.07 | 0.49 | 0.09 | 50.97 | 0.7 | 0.68 |
| Hex | E7 | D6 | 76 | 0 | 7 | 31 | 9 | 33 | 46 | 44 |
| Octal | 347 | 326 | 166 | 0 | 7 | 61 | 11 | 63 | 106 | 104 |
| Binary | 11100111 | 11010110 | 1110110 | 0 | 111 | 110001 | 1001 | 110011 | 1000110 | 1000100 |
Color Harmonies of #E7D676
Complementary color
Monochromatic Colors of #E7D676
Black with #E7D676
Text Example
Text Example
White with #E7D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D676; }
p { color: rgb(231,214,118); }
H1.HeaderClassName
{
color: #E7D676;
}
.AnyTagClassName
{
color: #E7D676;
}
</style>
background-color css
<style>
a { background-color: #E7D676; }
a { background-color: rgb(231,214,118); }
div.DivClassName
{
background-color: #E7D676;
}
.BgClassName
{
background-color: #E7D676;
}
</style>
border-color css
<style>
span { border-color: #E7D676; }
span { border-color: rgb(231,214,118); }
td.TdClassName
{
border-color: #E7D676;
}
.TagClassName
{
border-color: #E7D676;
}
</style>