Shades of Wild Rice #E7D76D
Tints of Wild Rice #E7D76D
RGB
CMYK
RGB Variations
Color information
#E7D76D (or 0xE7D76D) is known color: Wild Rice. HEX triplet: E7, D7 and 6D. RGB value is (231,215,109). Sum of RGB (Red+Green+Blue) = 231+215+109=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D76D is #182892. Grayscale: #D0D0D0. Windows color (decimal): -1583251 or 7198695. OLE color: 7198695.
HSL color Cylindrical-coordinate representation of color #E7D76D: hue angle of 52.13º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7D76D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 109 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.09 |
| HSL | 52.13º | 0.72% | 0.67% | - |
| HSV(B) | 52.13º | 0.53% | 0.91% | - |
| XYZ | 60.02 | 66.69 | 24.18 | - |
| YUV | 207.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 109 | 0 | 0.07 | 0.53 | 0.09 | 52.13 | 0.72 | 0.67 |
| Hex | E7 | D7 | 6D | 0 | 7 | 35 | 9 | 34 | 48 | 43 |
| Octal | 347 | 327 | 155 | 0 | 7 | 65 | 11 | 64 | 110 | 103 |
| Binary | 11100111 | 11010111 | 1101101 | 0 | 111 | 110101 | 1001 | 110100 | 1001000 | 1000011 |
Color Harmonies of #E7D76D
Complementary color
Monochromatic Colors of #E7D76D
Black with #E7D76D
Text Example
Text Example
White with #E7D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D76D; }
p { color: rgb(231,215,109); }
H1.HeaderClassName
{
color: #E7D76D;
}
.AnyTagClassName
{
color: #E7D76D;
}
</style>
background-color css
<style>
a { background-color: #E7D76D; }
a { background-color: rgb(231,215,109); }
div.DivClassName
{
background-color: #E7D76D;
}
.BgClassName
{
background-color: #E7D76D;
}
</style>
border-color css
<style>
span { border-color: #E7D76D; }
span { border-color: rgb(231,215,109); }
td.TdClassName
{
border-color: #E7D76D;
}
.TagClassName
{
border-color: #E7D76D;
}
</style>