Shades of Wild Rice #E8D073
Tints of Wild Rice #E8D073
RGB
CMYK
RGB Variations
Color information
#E8D073 (or 0xE8D073) is known color: Wild Rice. HEX triplet: E8, D0 and 73. RGB value is (232,208,115). Sum of RGB (Red+Green+Blue) = 232+208+115=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D073 is #172F8C. Grayscale: #CCCCCC. Windows color (decimal): -1519501 or 7590120. OLE color: 7590120.
HSL color Cylindrical-coordinate representation of color #E8D073: hue angle of 47.69º 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 #E8D073 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 115 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 47.69º | 0.72% | 0.68% | - |
| HSV(B) | 47.69º | 0.5% | 0.91% | - |
| XYZ | 58.93 | 63.51 | 25.37 | - |
| YUV | 204.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 115 | 0 | 0.10 | 0.50 | 0.09 | 47.69 | 0.72 | 0.68 |
| Hex | E8 | D0 | 73 | 0 | A | 32 | 9 | 30 | 48 | 44 |
| Octal | 350 | 320 | 163 | 0 | 12 | 62 | 11 | 60 | 110 | 104 |
| Binary | 11101000 | 11010000 | 1110011 | 0 | 1010 | 110010 | 1001 | 110000 | 1001000 | 1000100 |
Color Harmonies of #E8D073
Complementary color
Monochromatic Colors of #E8D073
Black with #E8D073
Text Example
Text Example
White with #E8D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D073; }
p { color: rgb(232,208,115); }
H1.HeaderClassName
{
color: #E8D073;
}
.AnyTagClassName
{
color: #E8D073;
}
</style>
background-color css
<style>
a { background-color: #E8D073; }
a { background-color: rgb(232,208,115); }
div.DivClassName
{
background-color: #E8D073;
}
.BgClassName
{
background-color: #E8D073;
}
</style>
border-color css
<style>
span { border-color: #E8D073; }
span { border-color: rgb(232,208,115); }
td.TdClassName
{
border-color: #E8D073;
}
.TagClassName
{
border-color: #E8D073;
}
</style>