Shades of Wild Rice #E8D473
Tints of Wild Rice #E8D473
RGB
CMYK
RGB Variations
Color information
#E8D473 (or 0xE8D473) is known color: Wild Rice. HEX triplet: E8, D4 and 73. RGB value is (232,212,115). Sum of RGB (Red+Green+Blue) = 232+212+115=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D473 is #172B8C. Grayscale: #CFCFCF. Windows color (decimal): -1518477 or 7591144. OLE color: 7591144.
HSL color Cylindrical-coordinate representation of color #E8D473: hue angle of 49.74º 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 #E8D473 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 115 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.09 |
| HSL | 49.74º | 0.72% | 0.68% | - |
| HSV(B) | 49.74º | 0.5% | 0.91% | - |
| XYZ | 59.92 | 65.48 | 25.7 | - |
| YUV | 206.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 115 | 0 | 0.09 | 0.50 | 0.09 | 49.74 | 0.72 | 0.68 |
| Hex | E8 | D4 | 73 | 0 | 9 | 32 | 9 | 32 | 48 | 44 |
| Octal | 350 | 324 | 163 | 0 | 11 | 62 | 11 | 62 | 110 | 104 |
| Binary | 11101000 | 11010100 | 1110011 | 0 | 1001 | 110010 | 1001 | 110010 | 1001000 | 1000100 |
Color Harmonies of #E8D473
Complementary color
Monochromatic Colors of #E8D473
Black with #E8D473
Text Example
Text Example
White with #E8D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D473; }
p { color: rgb(232,212,115); }
H1.HeaderClassName
{
color: #E8D473;
}
.AnyTagClassName
{
color: #E8D473;
}
</style>
background-color css
<style>
a { background-color: #E8D473; }
a { background-color: rgb(232,212,115); }
div.DivClassName
{
background-color: #E8D473;
}
.BgClassName
{
background-color: #E8D473;
}
</style>
border-color css
<style>
span { border-color: #E8D473; }
span { border-color: rgb(232,212,115); }
td.TdClassName
{
border-color: #E8D473;
}
.TagClassName
{
border-color: #E8D473;
}
</style>