Shades of Wild Rice #E6D073
Tints of Wild Rice #E6D073
RGB
CMYK
RGB Variations
Color information
#E6D073 (or 0xE6D073) is known color: Wild Rice. HEX triplet: E6, D0 and 73. RGB value is (230,208,115). Sum of RGB (Red+Green+Blue) = 230+208+115=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D073 is #192F8C. Grayscale: #CCCCCC. Windows color (decimal): -1650573 or 7590118. OLE color: 7590118.
HSL color Cylindrical-coordinate representation of color #E6D073: hue angle of 48.52º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6D073 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 115 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.10 |
| HSL | 48.52º | 0.7% | 0.68% | - |
| HSV(B) | 48.52º | 0.5% | 0.9% | - |
| XYZ | 58.28 | 63.17 | 25.34 | - |
| YUV | 203.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 115 | 0 | 0.10 | 0.5 | 0.10 | 48.52 | 0.7 | 0.68 |
| Hex | E6 | D0 | 73 | 0 | A | 32 | A | 31 | 46 | 44 |
| Octal | 346 | 320 | 163 | 0 | 12 | 62 | 12 | 61 | 106 | 104 |
| Binary | 11100110 | 11010000 | 1110011 | 0 | 1010 | 110010 | 1010 | 110001 | 1000110 | 1000100 |
Color Harmonies of #E6D073
Complementary color
Monochromatic Colors of #E6D073
Black with #E6D073
Text Example
Text Example
White with #E6D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D073; }
p { color: rgb(230,208,115); }
H1.HeaderClassName
{
color: #E6D073;
}
.AnyTagClassName
{
color: #E6D073;
}
</style>
background-color css
<style>
a { background-color: #E6D073; }
a { background-color: rgb(230,208,115); }
div.DivClassName
{
background-color: #E6D073;
}
.BgClassName
{
background-color: #E6D073;
}
</style>
border-color css
<style>
span { border-color: #E6D073; }
span { border-color: rgb(230,208,115); }
td.TdClassName
{
border-color: #E6D073;
}
.TagClassName
{
border-color: #E6D073;
}
</style>