Shades of Wild Rice #E8D174
Tints of Wild Rice #E8D174
RGB
CMYK
RGB Variations
Color information
#E8D174 (or 0xE8D174) is known color: Wild Rice. HEX triplet: E8, D1 and 74. RGB value is (232,209,116). Sum of RGB (Red+Green+Blue) = 232+209+116=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D174 is #172E8B. Grayscale: #CDCDCD. Windows color (decimal): -1519244 or 7655912. OLE color: 7655912.
HSL color Cylindrical-coordinate representation of color #E8D174: hue angle of 48.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8D174 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 116 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 48.1º | 0.72% | 0.68% | - |
| HSV(B) | 48.1º | 0.5% | 0.91% | - |
| XYZ | 59.23 | 64.02 | 25.76 | - |
| YUV | 205.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 116 | 0 | 0.10 | 0.50 | 0.09 | 48.1 | 0.72 | 0.68 |
| Hex | E8 | D1 | 74 | 0 | A | 32 | 9 | 30 | 48 | 44 |
| Octal | 350 | 321 | 164 | 0 | 12 | 62 | 11 | 60 | 110 | 104 |
| Binary | 11101000 | 11010001 | 1110100 | 0 | 1010 | 110010 | 1001 | 110000 | 1001000 | 1000100 |
Color Harmonies of #E8D174
Complementary color
Monochromatic Colors of #E8D174
Black with #E8D174
Text Example
Text Example
White with #E8D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D174; }
p { color: rgb(232,209,116); }
H1.HeaderClassName
{
color: #E8D174;
}
.AnyTagClassName
{
color: #E8D174;
}
</style>
background-color css
<style>
a { background-color: #E8D174; }
a { background-color: rgb(232,209,116); }
div.DivClassName
{
background-color: #E8D174;
}
.BgClassName
{
background-color: #E8D174;
}
</style>
border-color css
<style>
span { border-color: #E8D174; }
span { border-color: rgb(232,209,116); }
td.TdClassName
{
border-color: #E8D174;
}
.TagClassName
{
border-color: #E8D174;
}
</style>