Shades of Wild Rice #E8D76E
Tints of Wild Rice #E8D76E
RGB
CMYK
RGB Variations
Color information
#E8D76E (or 0xE8D76E) is known color: Wild Rice. HEX triplet: E8, D7 and 6E. RGB value is (232,215,110). Sum of RGB (Red+Green+Blue) = 232+215+110=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D76E is #172891. Grayscale: #D0D0D0. Windows color (decimal): -1517714 or 7264232. OLE color: 7264232.
HSL color Cylindrical-coordinate representation of color #E8D76E: hue angle of 51.64º degrees, saturation: 0.73, 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 #E8D76E is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 110 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.09 |
| HSL | 51.64º | 0.73% | 0.67% | - |
| HSV(B) | 51.64º | 0.53% | 0.91% | - |
| XYZ | 60.39 | 66.88 | 24.48 | - |
| YUV | 208.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 110 | 0 | 0.07 | 0.53 | 0.09 | 51.64 | 0.73 | 0.67 |
| Hex | E8 | D7 | 6E | 0 | 7 | 35 | 9 | 34 | 49 | 43 |
| Octal | 350 | 327 | 156 | 0 | 7 | 65 | 11 | 64 | 111 | 103 |
| Binary | 11101000 | 11010111 | 1101110 | 0 | 111 | 110101 | 1001 | 110100 | 1001001 | 1000011 |
Color Harmonies of #E8D76E
Complementary color
Monochromatic Colors of #E8D76E
Black with #E8D76E
Text Example
Text Example
White with #E8D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D76E; }
p { color: rgb(232,215,110); }
H1.HeaderClassName
{
color: #E8D76E;
}
.AnyTagClassName
{
color: #E8D76E;
}
</style>
background-color css
<style>
a { background-color: #E8D76E; }
a { background-color: rgb(232,215,110); }
div.DivClassName
{
background-color: #E8D76E;
}
.BgClassName
{
background-color: #E8D76E;
}
</style>
border-color css
<style>
span { border-color: #E8D76E; }
span { border-color: rgb(232,215,110); }
td.TdClassName
{
border-color: #E8D76E;
}
.TagClassName
{
border-color: #E8D76E;
}
</style>