Shades of Wild Rice #E7D073
Tints of Wild Rice #E7D073
RGB
CMYK
RGB Variations
Color information
#E7D073 (or 0xE7D073) is known color: Wild Rice. HEX triplet: E7, D0 and 73. RGB value is (231,208,115). Sum of RGB (Red+Green+Blue) = 231+208+115=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D073 is #182F8C. Grayscale: #CCCCCC. Windows color (decimal): -1585037 or 7590119. OLE color: 7590119.
HSL color Cylindrical-coordinate representation of color #E7D073: hue angle of 48.1º 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 #E7D073 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 115 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 48.1º | 0.71% | 0.68% | - |
| HSV(B) | 48.1º | 0.5% | 0.91% | - |
| XYZ | 58.61 | 63.34 | 25.36 | - |
| YUV | 204.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 115 | 0 | 0.10 | 0.50 | 0.09 | 48.1 | 0.71 | 0.68 |
| Hex | E7 | D0 | 73 | 0 | A | 32 | 9 | 30 | 47 | 44 |
| Octal | 347 | 320 | 163 | 0 | 12 | 62 | 11 | 60 | 107 | 104 |
| Binary | 11100111 | 11010000 | 1110011 | 0 | 1010 | 110010 | 1001 | 110000 | 1000111 | 1000100 |
Color Harmonies of #E7D073
Complementary color
Monochromatic Colors of #E7D073
Black with #E7D073
Text Example
Text Example
White with #E7D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D073; }
p { color: rgb(231,208,115); }
H1.HeaderClassName
{
color: #E7D073;
}
.AnyTagClassName
{
color: #E7D073;
}
</style>
background-color css
<style>
a { background-color: #E7D073; }
a { background-color: rgb(231,208,115); }
div.DivClassName
{
background-color: #E7D073;
}
.BgClassName
{
background-color: #E7D073;
}
</style>
border-color css
<style>
span { border-color: #E7D073; }
span { border-color: rgb(231,208,115); }
td.TdClassName
{
border-color: #E7D073;
}
.TagClassName
{
border-color: #E7D073;
}
</style>