Shades of Wild Rice #E7D96C
Tints of Wild Rice #E7D96C
RGB
CMYK
RGB Variations
Color information
#E7D96C (or 0xE7D96C) is known color: Wild Rice. HEX triplet: E7, D9 and 6C. RGB value is (231,217,108). Sum of RGB (Red+Green+Blue) = 231+217+108=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D96C is #182693. Grayscale: #D1D1D1. Windows color (decimal): -1582740 or 7133671. OLE color: 7133671.
HSL color Cylindrical-coordinate representation of color #E7D96C: hue angle of 53.17º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7D96C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 108 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 53.17º | 0.72% | 0.66% | - |
| HSV(B) | 53.17º | 0.53% | 0.91% | - |
| XYZ | 60.47 | 67.7 | 24.07 | - |
| YUV | 208.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 108 | 0 | 0.06 | 0.53 | 0.09 | 53.17 | 0.72 | 0.66 |
| Hex | E7 | D9 | 6C | 0 | 6 | 35 | 9 | 35 | 48 | 42 |
| Octal | 347 | 331 | 154 | 0 | 6 | 65 | 11 | 65 | 110 | 102 |
| Binary | 11100111 | 11011001 | 1101100 | 0 | 110 | 110101 | 1001 | 110101 | 1001000 | 1000010 |
Color Harmonies of #E7D96C
Complementary color
Monochromatic Colors of #E7D96C
Black with #E7D96C
Text Example
Text Example
White with #E7D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D96C; }
p { color: rgb(231,217,108); }
H1.HeaderClassName
{
color: #E7D96C;
}
.AnyTagClassName
{
color: #E7D96C;
}
</style>
background-color css
<style>
a { background-color: #E7D96C; }
a { background-color: rgb(231,217,108); }
div.DivClassName
{
background-color: #E7D96C;
}
.BgClassName
{
background-color: #E7D96C;
}
</style>
border-color css
<style>
span { border-color: #E7D96C; }
span { border-color: rgb(231,217,108); }
td.TdClassName
{
border-color: #E7D96C;
}
.TagClassName
{
border-color: #E7D96C;
}
</style>