Shades of Wild Rice #E8D875
Tints of Wild Rice #E8D875
RGB
CMYK
RGB Variations
Color information
#E8D875 (or 0xE8D875) is known color: Wild Rice. HEX triplet: E8, D8 and 75. RGB value is (232,216,117). Sum of RGB (Red+Green+Blue) = 232+216+117=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D875 is #17278A. Grayscale: #D1D1D1. Windows color (decimal): -1517451 or 7723240. OLE color: 7723240.
HSL color Cylindrical-coordinate representation of color #E8D875: hue angle of 51.65º 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 #E8D875 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 117 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.09 |
| HSL | 51.65º | 0.71% | 0.68% | - |
| HSV(B) | 51.65º | 0.5% | 0.91% | - |
| XYZ | 61.05 | 67.55 | 26.65 | - |
| YUV | 209.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 117 | 0 | 0.07 | 0.50 | 0.09 | 51.65 | 0.71 | 0.68 |
| Hex | E8 | D8 | 75 | 0 | 7 | 32 | 9 | 34 | 47 | 44 |
| Octal | 350 | 330 | 165 | 0 | 7 | 62 | 11 | 64 | 107 | 104 |
| Binary | 11101000 | 11011000 | 1110101 | 0 | 111 | 110010 | 1001 | 110100 | 1000111 | 1000100 |
Color Harmonies of #E8D875
Complementary color
Monochromatic Colors of #E8D875
Black with #E8D875
Text Example
Text Example
White with #E8D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D875; }
p { color: rgb(232,216,117); }
H1.HeaderClassName
{
color: #E8D875;
}
.AnyTagClassName
{
color: #E8D875;
}
</style>
background-color css
<style>
a { background-color: #E8D875; }
a { background-color: rgb(232,216,117); }
div.DivClassName
{
background-color: #E8D875;
}
.BgClassName
{
background-color: #E8D875;
}
</style>
border-color css
<style>
span { border-color: #E8D875; }
span { border-color: rgb(232,216,117); }
td.TdClassName
{
border-color: #E8D875;
}
.TagClassName
{
border-color: #E8D875;
}
</style>