Shades of Wild Rice #E7D773
Tints of Wild Rice #E7D773
RGB
CMYK
RGB Variations
Color information
#E7D773 (or 0xE7D773) is known color: Wild Rice. HEX triplet: E7, D7 and 73. RGB value is (231,215,115). Sum of RGB (Red+Green+Blue) = 231+215+115=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D773 is #18288C. Grayscale: #D0D0D0. Windows color (decimal): -1583245 or 7591911. OLE color: 7591911.
HSL color Cylindrical-coordinate representation of color #E7D773: hue angle of 51.72º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7D773 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 115 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.09 |
| HSL | 51.72º | 0.71% | 0.68% | - |
| HSV(B) | 51.72º | 0.5% | 0.91% | - |
| XYZ | 60.35 | 66.83 | 25.94 | - |
| YUV | 208.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 115 | 0 | 0.07 | 0.50 | 0.09 | 51.72 | 0.71 | 0.68 |
| Hex | E7 | D7 | 73 | 0 | 7 | 32 | 9 | 34 | 47 | 44 |
| Octal | 347 | 327 | 163 | 0 | 7 | 62 | 11 | 64 | 107 | 104 |
| Binary | 11100111 | 11010111 | 1110011 | 0 | 111 | 110010 | 1001 | 110100 | 1000111 | 1000100 |
Color Harmonies of #E7D773
Complementary color
Monochromatic Colors of #E7D773
Black with #E7D773
Text Example
Text Example
White with #E7D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D773; }
p { color: rgb(231,215,115); }
H1.HeaderClassName
{
color: #E7D773;
}
.AnyTagClassName
{
color: #E7D773;
}
</style>
background-color css
<style>
a { background-color: #E7D773; }
a { background-color: rgb(231,215,115); }
div.DivClassName
{
background-color: #E7D773;
}
.BgClassName
{
background-color: #E7D773;
}
</style>
border-color css
<style>
span { border-color: #E7D773; }
span { border-color: rgb(231,215,115); }
td.TdClassName
{
border-color: #E7D773;
}
.TagClassName
{
border-color: #E7D773;
}
</style>