Shades of Wild Rice #E7D86C
Tints of Wild Rice #E7D86C
RGB
CMYK
RGB Variations
Color information
#E7D86C (or 0xE7D86C) is known color: Wild Rice. HEX triplet: E7, D8 and 6C. RGB value is (231,216,108). Sum of RGB (Red+Green+Blue) = 231+216+108=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D86C is #182793. Grayscale: #D0D0D0. Windows color (decimal): -1582996 or 7133415. OLE color: 7133415.
HSL color Cylindrical-coordinate representation of color #E7D86C: hue angle of 52.68º 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 #E7D86C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 108 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 52.68º | 0.72% | 0.66% | - |
| HSV(B) | 52.68º | 0.53% | 0.91% | - |
| XYZ | 60.22 | 67.18 | 23.98 | - |
| YUV | 208.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 108 | 0 | 0.06 | 0.53 | 0.09 | 52.68 | 0.72 | 0.66 |
| Hex | E7 | D8 | 6C | 0 | 6 | 35 | 9 | 35 | 48 | 42 |
| Octal | 347 | 330 | 154 | 0 | 6 | 65 | 11 | 65 | 110 | 102 |
| Binary | 11100111 | 11011000 | 1101100 | 0 | 110 | 110101 | 1001 | 110101 | 1001000 | 1000010 |
Color Harmonies of #E7D86C
Complementary color
Monochromatic Colors of #E7D86C
Black with #E7D86C
Text Example
Text Example
White with #E7D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D86C; }
p { color: rgb(231,216,108); }
H1.HeaderClassName
{
color: #E7D86C;
}
.AnyTagClassName
{
color: #E7D86C;
}
</style>
background-color css
<style>
a { background-color: #E7D86C; }
a { background-color: rgb(231,216,108); }
div.DivClassName
{
background-color: #E7D86C;
}
.BgClassName
{
background-color: #E7D86C;
}
</style>
border-color css
<style>
span { border-color: #E7D86C; }
span { border-color: rgb(231,216,108); }
td.TdClassName
{
border-color: #E7D86C;
}
.TagClassName
{
border-color: #E7D86C;
}
</style>