Shades of Wild Rice #E8D173
Tints of Wild Rice #E8D173
RGB
CMYK
RGB Variations
Color information
#E8D173 (or 0xE8D173) is known color: Wild Rice. HEX triplet: E8, D1 and 73. RGB value is (232,209,115). Sum of RGB (Red+Green+Blue) = 232+209+115=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D173 is #172E8C. Grayscale: #CDCDCD. Windows color (decimal): -1519245 or 7590376. OLE color: 7590376.
HSL color Cylindrical-coordinate representation of color #E8D173: hue angle of 48.21º 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 #E8D173 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 115 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 48.21º | 0.72% | 0.68% | - |
| HSV(B) | 48.21º | 0.5% | 0.91% | - |
| XYZ | 59.17 | 63.99 | 25.45 | - |
| YUV | 205.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 115 | 0 | 0.10 | 0.50 | 0.09 | 48.21 | 0.72 | 0.68 |
| Hex | E8 | D1 | 73 | 0 | A | 32 | 9 | 30 | 48 | 44 |
| Octal | 350 | 321 | 163 | 0 | 12 | 62 | 11 | 60 | 110 | 104 |
| Binary | 11101000 | 11010001 | 1110011 | 0 | 1010 | 110010 | 1001 | 110000 | 1001000 | 1000100 |
Color Harmonies of #E8D173
Complementary color
Monochromatic Colors of #E8D173
Black with #E8D173
Text Example
Text Example
White with #E8D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D173; }
p { color: rgb(232,209,115); }
H1.HeaderClassName
{
color: #E8D173;
}
.AnyTagClassName
{
color: #E8D173;
}
</style>
background-color css
<style>
a { background-color: #E8D173; }
a { background-color: rgb(232,209,115); }
div.DivClassName
{
background-color: #E8D173;
}
.BgClassName
{
background-color: #E8D173;
}
</style>
border-color css
<style>
span { border-color: #E8D173; }
span { border-color: rgb(232,209,115); }
td.TdClassName
{
border-color: #E8D173;
}
.TagClassName
{
border-color: #E8D173;
}
</style>