Shades of Wild Rice #E8D376
Tints of Wild Rice #E8D376
RGB
CMYK
RGB Variations
Color information
#E8D376 (or 0xE8D376) is known color: Wild Rice. HEX triplet: E8, D3 and 76. RGB value is (232,211,118). Sum of RGB (Red+Green+Blue) = 232+211+118=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D376 is #172C89. Grayscale: #CFCFCF. Windows color (decimal): -1518730 or 7787496. OLE color: 7787496.
HSL color Cylindrical-coordinate representation of color #E8D376: hue angle of 48.95º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8D376 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 118 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.09 |
| HSL | 48.95º | 0.71% | 0.69% | - |
| HSV(B) | 48.95º | 0.49% | 0.91% | - |
| XYZ | 59.84 | 65.05 | 26.54 | - |
| YUV | 206.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 118 | 0 | 0.09 | 0.49 | 0.09 | 48.95 | 0.71 | 0.69 |
| Hex | E8 | D3 | 76 | 0 | 9 | 31 | 9 | 31 | 47 | 45 |
| Octal | 350 | 323 | 166 | 0 | 11 | 61 | 11 | 61 | 107 | 105 |
| Binary | 11101000 | 11010011 | 1110110 | 0 | 1001 | 110001 | 1001 | 110001 | 1000111 | 1000101 |
Color Harmonies of #E8D376
Complementary color
Monochromatic Colors of #E8D376
Black with #E8D376
Text Example
Text Example
White with #E8D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D376; }
p { color: rgb(232,211,118); }
H1.HeaderClassName
{
color: #E8D376;
}
.AnyTagClassName
{
color: #E8D376;
}
</style>
background-color css
<style>
a { background-color: #E8D376; }
a { background-color: rgb(232,211,118); }
div.DivClassName
{
background-color: #E8D376;
}
.BgClassName
{
background-color: #E8D376;
}
</style>
border-color css
<style>
span { border-color: #E8D376; }
span { border-color: rgb(232,211,118); }
td.TdClassName
{
border-color: #E8D376;
}
.TagClassName
{
border-color: #E8D376;
}
</style>