Shades of Wild Rice #E1D173
Tints of Wild Rice #E1D173
RGB
CMYK
RGB Variations
Color information
#E1D173 (or 0xE1D173) is known color: Wild Rice. HEX triplet: E1, D1 and 73. RGB value is (225,209,115). Sum of RGB (Red+Green+Blue) = 225+209+115=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D173 is #1E2E8C. Grayscale: #CBCBCB. Windows color (decimal): -1977997 or 7590369. OLE color: 7590369.
HSL color Cylindrical-coordinate representation of color #E1D173: hue angle of 51.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1D173 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 115 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.12 |
| HSL | 51.27º | 0.65% | 0.67% | - |
| HSV(B) | 51.27º | 0.49% | 0.88% | - |
| XYZ | 56.95 | 62.85 | 25.35 | - |
| YUV | 203.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 115 | 0 | 0.07 | 0.49 | 0.12 | 51.27 | 0.65 | 0.67 |
| Hex | E1 | D1 | 73 | 0 | 7 | 31 | C | 33 | 41 | 43 |
| Octal | 341 | 321 | 163 | 0 | 7 | 61 | 14 | 63 | 101 | 103 |
| Binary | 11100001 | 11010001 | 1110011 | 0 | 111 | 110001 | 1100 | 110011 | 1000001 | 1000011 |
Color Harmonies of #E1D173
Complementary color
Monochromatic Colors of #E1D173
Black with #E1D173
Text Example
Text Example
White with #E1D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D173; }
p { color: rgb(225,209,115); }
H1.HeaderClassName
{
color: #E1D173;
}
.AnyTagClassName
{
color: #E1D173;
}
</style>
background-color css
<style>
a { background-color: #E1D173; }
a { background-color: rgb(225,209,115); }
div.DivClassName
{
background-color: #E1D173;
}
.BgClassName
{
background-color: #E1D173;
}
</style>
border-color css
<style>
span { border-color: #E1D173; }
span { border-color: rgb(225,209,115); }
td.TdClassName
{
border-color: #E1D173;
}
.TagClassName
{
border-color: #E1D173;
}
</style>