Shades of Wild Rice #E8D678
Tints of Wild Rice #E8D678
RGB
CMYK
RGB Variations
Color information
#E8D678 (or 0xE8D678) is known color: Wild Rice. HEX triplet: E8, D6 and 78. RGB value is (232,214,120). Sum of RGB (Red+Green+Blue) = 232+214+120=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D678 is #172987. Grayscale: #D1D1D1. Windows color (decimal): -1517960 or 7919336. OLE color: 7919336.
HSL color Cylindrical-coordinate representation of color #E8D678: hue angle of 50.36º 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 #E8D678 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 120 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.09 |
| HSL | 50.36º | 0.71% | 0.69% | - |
| HSV(B) | 50.36º | 0.48% | 0.91% | - |
| XYZ | 60.72 | 66.61 | 27.43 | - |
| YUV | 208.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 120 | 0 | 0.08 | 0.48 | 0.09 | 50.36 | 0.71 | 0.69 |
| Hex | E8 | D6 | 78 | 0 | 8 | 30 | 9 | 32 | 47 | 45 |
| Octal | 350 | 326 | 170 | 0 | 10 | 60 | 11 | 62 | 107 | 105 |
| Binary | 11101000 | 11010110 | 1111000 | 0 | 1000 | 110000 | 1001 | 110010 | 1000111 | 1000101 |
Color Harmonies of #E8D678
Complementary color
Monochromatic Colors of #E8D678
Black with #E8D678
Text Example
Text Example
White with #E8D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D678; }
p { color: rgb(232,214,120); }
H1.HeaderClassName
{
color: #E8D678;
}
.AnyTagClassName
{
color: #E8D678;
}
</style>
background-color css
<style>
a { background-color: #E8D678; }
a { background-color: rgb(232,214,120); }
div.DivClassName
{
background-color: #E8D678;
}
.BgClassName
{
background-color: #E8D678;
}
</style>
border-color css
<style>
span { border-color: #E8D678; }
span { border-color: rgb(232,214,120); }
td.TdClassName
{
border-color: #E8D678;
}
.TagClassName
{
border-color: #E8D678;
}
</style>