Shades of Wild Rice #E8D96E
Tints of Wild Rice #E8D96E
RGB
CMYK
RGB Variations
Color information
#E8D96E (or 0xE8D96E) is known color: Wild Rice. HEX triplet: E8, D9 and 6E. RGB value is (232,217,110). Sum of RGB (Red+Green+Blue) = 232+217+110=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D96E is #172691. Grayscale: #D1D1D1. Windows color (decimal): -1517202 or 7264744. OLE color: 7264744.
HSL color Cylindrical-coordinate representation of color #E8D96E: hue angle of 52.62º 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 #E8D96E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 110 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 52.62º | 0.73% | 0.67% | - |
| HSV(B) | 52.62º | 0.53% | 0.91% | - |
| XYZ | 60.91 | 67.91 | 24.65 | - |
| YUV | 209.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 110 | 0 | 0.06 | 0.53 | 0.09 | 52.62 | 0.73 | 0.67 |
| Hex | E8 | D9 | 6E | 0 | 6 | 35 | 9 | 35 | 49 | 43 |
| Octal | 350 | 331 | 156 | 0 | 6 | 65 | 11 | 65 | 111 | 103 |
| Binary | 11101000 | 11011001 | 1101110 | 0 | 110 | 110101 | 1001 | 110101 | 1001001 | 1000011 |
Color Harmonies of #E8D96E
Complementary color
Monochromatic Colors of #E8D96E
Black with #E8D96E
Text Example
Text Example
White with #E8D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D96E; }
p { color: rgb(232,217,110); }
H1.HeaderClassName
{
color: #E8D96E;
}
.AnyTagClassName
{
color: #E8D96E;
}
</style>
background-color css
<style>
a { background-color: #E8D96E; }
a { background-color: rgb(232,217,110); }
div.DivClassName
{
background-color: #E8D96E;
}
.BgClassName
{
background-color: #E8D96E;
}
</style>
border-color css
<style>
span { border-color: #E8D96E; }
span { border-color: rgb(232,217,110); }
td.TdClassName
{
border-color: #E8D96E;
}
.TagClassName
{
border-color: #E8D96E;
}
</style>