Shades of Wild Rice #E7D77A
Tints of Wild Rice #E7D77A
RGB
CMYK
RGB Variations
Color information
#E7D77A (or 0xE7D77A) is known color: Wild Rice. HEX triplet: E7, D7 and 7A. RGB value is (231,215,122). Sum of RGB (Red+Green+Blue) = 231+215+122=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D77A is #182885. Grayscale: #D1D1D1. Windows color (decimal): -1583238 or 8050663. OLE color: 8050663.
HSL color Cylindrical-coordinate representation of color #E7D77A: hue angle of 51.19º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7D77A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 122 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.09 |
| HSL | 51.19º | 0.69% | 0.69% | - |
| HSV(B) | 51.19º | 0.47% | 0.91% | - |
| XYZ | 60.77 | 66.99 | 28.14 | - |
| YUV | 209.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 122 | 0 | 0.07 | 0.47 | 0.09 | 51.19 | 0.69 | 0.69 |
| Hex | E7 | D7 | 7A | 0 | 7 | 2F | 9 | 33 | 45 | 45 |
| Octal | 347 | 327 | 172 | 0 | 7 | 57 | 11 | 63 | 105 | 105 |
| Binary | 11100111 | 11010111 | 1111010 | 0 | 111 | 101111 | 1001 | 110011 | 1000101 | 1000101 |
Color Harmonies of #E7D77A
Complementary color
Monochromatic Colors of #E7D77A
Black with #E7D77A
Text Example
Text Example
White with #E7D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D77A; }
p { color: rgb(231,215,122); }
H1.HeaderClassName
{
color: #E7D77A;
}
.AnyTagClassName
{
color: #E7D77A;
}
</style>
background-color css
<style>
a { background-color: #E7D77A; }
a { background-color: rgb(231,215,122); }
div.DivClassName
{
background-color: #E7D77A;
}
.BgClassName
{
background-color: #E7D77A;
}
</style>
border-color css
<style>
span { border-color: #E7D77A; }
span { border-color: rgb(231,215,122); }
td.TdClassName
{
border-color: #E7D77A;
}
.TagClassName
{
border-color: #E7D77A;
}
</style>