Shades of Wild Rice #E6D173
Tints of Wild Rice #E6D173
RGB
CMYK
RGB Variations
Color information
#E6D173 (or 0xE6D173) is known color: Wild Rice. HEX triplet: E6, D1 and 73. RGB value is (230,209,115). Sum of RGB (Red+Green+Blue) = 230+209+115=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D173 is #192E8C. Grayscale: #CCCCCC. Windows color (decimal): -1650317 or 7590374. OLE color: 7590374.
HSL color Cylindrical-coordinate representation of color #E6D173: hue angle of 49.04º 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 #E6D173 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 115 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.10 |
| HSL | 49.04º | 0.7% | 0.68% | - |
| HSV(B) | 49.04º | 0.5% | 0.9% | - |
| XYZ | 58.53 | 63.66 | 25.42 | - |
| YUV | 204.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 115 | 0 | 0.09 | 0.5 | 0.10 | 49.04 | 0.7 | 0.68 |
| Hex | E6 | D1 | 73 | 0 | 9 | 32 | A | 31 | 46 | 44 |
| Octal | 346 | 321 | 163 | 0 | 11 | 62 | 12 | 61 | 106 | 104 |
| Binary | 11100110 | 11010001 | 1110011 | 0 | 1001 | 110010 | 1010 | 110001 | 1000110 | 1000100 |
Color Harmonies of #E6D173
Complementary color
Monochromatic Colors of #E6D173
Black with #E6D173
Text Example
Text Example
White with #E6D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D173; }
p { color: rgb(230,209,115); }
H1.HeaderClassName
{
color: #E6D173;
}
.AnyTagClassName
{
color: #E6D173;
}
</style>
background-color css
<style>
a { background-color: #E6D173; }
a { background-color: rgb(230,209,115); }
div.DivClassName
{
background-color: #E6D173;
}
.BgClassName
{
background-color: #E6D173;
}
</style>
border-color css
<style>
span { border-color: #E6D173; }
span { border-color: rgb(230,209,115); }
td.TdClassName
{
border-color: #E6D173;
}
.TagClassName
{
border-color: #E6D173;
}
</style>