Shades of Wild Rice #E8D778
Tints of Wild Rice #E8D778
RGB
CMYK
RGB Variations
Color information
#E8D778 (or 0xE8D778) is known color: Wild Rice. HEX triplet: E8, D7 and 78. RGB value is (232,215,120). Sum of RGB (Red+Green+Blue) = 232+215+120=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D778 is #172887. Grayscale: #D1D1D1. Windows color (decimal): -1517704 or 7919592. OLE color: 7919592.
HSL color Cylindrical-coordinate representation of color #E8D778: hue angle of 50.89º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8D778 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 120 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.09 |
| HSL | 50.89º | 0.71% | 0.69% | - |
| HSV(B) | 50.89º | 0.48% | 0.91% | - |
| XYZ | 60.97 | 67.11 | 27.51 | - |
| YUV | 209.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 120 | 0 | 0.07 | 0.48 | 0.09 | 50.89 | 0.71 | 0.69 |
| Hex | E8 | D7 | 78 | 0 | 7 | 30 | 9 | 33 | 47 | 45 |
| Octal | 350 | 327 | 170 | 0 | 7 | 60 | 11 | 63 | 107 | 105 |
| Binary | 11101000 | 11010111 | 1111000 | 0 | 111 | 110000 | 1001 | 110011 | 1000111 | 1000101 |
Color Harmonies of #E8D778
Complementary color
Monochromatic Colors of #E8D778
Black with #E8D778
Text Example
Text Example
White with #E8D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D778; }
p { color: rgb(232,215,120); }
H1.HeaderClassName
{
color: #E8D778;
}
.AnyTagClassName
{
color: #E8D778;
}
</style>
background-color css
<style>
a { background-color: #E8D778; }
a { background-color: rgb(232,215,120); }
div.DivClassName
{
background-color: #E8D778;
}
.BgClassName
{
background-color: #E8D778;
}
</style>
border-color css
<style>
span { border-color: #E8D778; }
span { border-color: rgb(232,215,120); }
td.TdClassName
{
border-color: #E8D778;
}
.TagClassName
{
border-color: #E8D778;
}
</style>