Shades of Wild Rice #E7D775
Tints of Wild Rice #E7D775
RGB
CMYK
RGB Variations
Color information
#E7D775 (or 0xE7D775) is known color: Wild Rice. HEX triplet: E7, D7 and 75. RGB value is (231,215,117). Sum of RGB (Red+Green+Blue) = 231+215+117=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D775 is #18288A. Grayscale: #D1D1D1. Windows color (decimal): -1583243 or 7722983. OLE color: 7722983.
HSL color Cylindrical-coordinate representation of color #E7D775: hue angle of 51.58º 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 #E7D775 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 117 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.09 |
| HSL | 51.58º | 0.7% | 0.68% | - |
| HSV(B) | 51.58º | 0.49% | 0.91% | - |
| XYZ | 60.47 | 66.87 | 26.55 | - |
| YUV | 208.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 117 | 0 | 0.07 | 0.49 | 0.09 | 51.58 | 0.7 | 0.68 |
| Hex | E7 | D7 | 75 | 0 | 7 | 31 | 9 | 34 | 46 | 44 |
| Octal | 347 | 327 | 165 | 0 | 7 | 61 | 11 | 64 | 106 | 104 |
| Binary | 11100111 | 11010111 | 1110101 | 0 | 111 | 110001 | 1001 | 110100 | 1000110 | 1000100 |
Color Harmonies of #E7D775
Complementary color
Monochromatic Colors of #E7D775
Black with #E7D775
Text Example
Text Example
White with #E7D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D775; }
p { color: rgb(231,215,117); }
H1.HeaderClassName
{
color: #E7D775;
}
.AnyTagClassName
{
color: #E7D775;
}
</style>
background-color css
<style>
a { background-color: #E7D775; }
a { background-color: rgb(231,215,117); }
div.DivClassName
{
background-color: #E7D775;
}
.BgClassName
{
background-color: #E7D775;
}
</style>
border-color css
<style>
span { border-color: #E7D775; }
span { border-color: rgb(231,215,117); }
td.TdClassName
{
border-color: #E7D775;
}
.TagClassName
{
border-color: #E7D775;
}
</style>