Shades of Wild Rice #E8D175
Tints of Wild Rice #E8D175
RGB
CMYK
RGB Variations
Color information
#E8D175 (or 0xE8D175) is known color: Wild Rice. HEX triplet: E8, D1 and 75. RGB value is (232,209,117). Sum of RGB (Red+Green+Blue) = 232+209+117=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D175 is #172E8A. Grayscale: #CDCDCD. Windows color (decimal): -1519243 or 7721448. OLE color: 7721448.
HSL color Cylindrical-coordinate representation of color #E8D175: hue angle of 48º degrees, saturation: 0.71, 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 #E8D175 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 117 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 48º | 0.71% | 0.68% | - |
| HSV(B) | 48º | 0.5% | 0.91% | - |
| XYZ | 59.29 | 64.04 | 26.07 | - |
| YUV | 205.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 117 | 0 | 0.10 | 0.50 | 0.09 | 48 | 0.71 | 0.68 |
| Hex | E8 | D1 | 75 | 0 | A | 32 | 9 | 30 | 47 | 44 |
| Octal | 350 | 321 | 165 | 0 | 12 | 62 | 11 | 60 | 107 | 104 |
| Binary | 11101000 | 11010001 | 1110101 | 0 | 1010 | 110010 | 1001 | 110000 | 1000111 | 1000100 |
Color Harmonies of #E8D175
Complementary color
Monochromatic Colors of #E8D175
Black with #E8D175
Text Example
Text Example
White with #E8D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D175; }
p { color: rgb(232,209,117); }
H1.HeaderClassName
{
color: #E8D175;
}
.AnyTagClassName
{
color: #E8D175;
}
</style>
background-color css
<style>
a { background-color: #E8D175; }
a { background-color: rgb(232,209,117); }
div.DivClassName
{
background-color: #E8D175;
}
.BgClassName
{
background-color: #E8D175;
}
</style>
border-color css
<style>
span { border-color: #E8D175; }
span { border-color: rgb(232,209,117); }
td.TdClassName
{
border-color: #E8D175;
}
.TagClassName
{
border-color: #E8D175;
}
</style>