Shades of Wild Rice #E7D96F
Tints of Wild Rice #E7D96F
RGB
CMYK
RGB Variations
Color information
#E7D96F (or 0xE7D96F) is known color: Wild Rice. HEX triplet: E7, D9 and 6F. RGB value is (231,217,111). Sum of RGB (Red+Green+Blue) = 231+217+111=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D96F is #182690. Grayscale: #D1D1D1. Windows color (decimal): -1582737 or 7330279. OLE color: 7330279.
HSL color Cylindrical-coordinate representation of color #E7D96F: hue angle of 53º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7D96F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 111 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.09 |
| HSL | 53º | 0.71% | 0.67% | - |
| HSV(B) | 53º | 0.52% | 0.91% | - |
| XYZ | 60.64 | 67.76 | 24.92 | - |
| YUV | 209.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 111 | 0 | 0.06 | 0.52 | 0.09 | 53 | 0.71 | 0.67 |
| Hex | E7 | D9 | 6F | 0 | 6 | 34 | 9 | 35 | 47 | 43 |
| Octal | 347 | 331 | 157 | 0 | 6 | 64 | 11 | 65 | 107 | 103 |
| Binary | 11100111 | 11011001 | 1101111 | 0 | 110 | 110100 | 1001 | 110101 | 1000111 | 1000011 |
Color Harmonies of #E7D96F
Complementary color
Monochromatic Colors of #E7D96F
Black with #E7D96F
Text Example
Text Example
White with #E7D96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D96F; }
p { color: rgb(231,217,111); }
H1.HeaderClassName
{
color: #E7D96F;
}
.AnyTagClassName
{
color: #E7D96F;
}
</style>
background-color css
<style>
a { background-color: #E7D96F; }
a { background-color: rgb(231,217,111); }
div.DivClassName
{
background-color: #E7D96F;
}
.BgClassName
{
background-color: #E7D96F;
}
</style>
border-color css
<style>
span { border-color: #E7D96F; }
span { border-color: rgb(231,217,111); }
td.TdClassName
{
border-color: #E7D96F;
}
.TagClassName
{
border-color: #E7D96F;
}
</style>