Shades of Wild Rice #E1D573
Tints of Wild Rice #E1D573
RGB
CMYK
RGB Variations
Color information
#E1D573 (or 0xE1D573) is known color: Wild Rice. HEX triplet: E1, D5 and 73. RGB value is (225,213,115). Sum of RGB (Red+Green+Blue) = 225+213+115=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D573 is #1E2A8C. Grayscale: #CDCDCD. Windows color (decimal): -1976973 or 7591393. OLE color: 7591393.
HSL color Cylindrical-coordinate representation of color #E1D573: hue angle of 53.45º 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 #E1D573 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 115 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.12 |
| HSL | 53.45º | 0.65% | 0.67% | - |
| HSV(B) | 53.45º | 0.49% | 0.88% | - |
| XYZ | 57.94 | 64.83 | 25.68 | - |
| YUV | 205.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 115 | 0 | 0.05 | 0.49 | 0.12 | 53.45 | 0.65 | 0.67 |
| Hex | E1 | D5 | 73 | 0 | 5 | 31 | C | 35 | 41 | 43 |
| Octal | 341 | 325 | 163 | 0 | 5 | 61 | 14 | 65 | 101 | 103 |
| Binary | 11100001 | 11010101 | 1110011 | 0 | 101 | 110001 | 1100 | 110101 | 1000001 | 1000011 |
Color Harmonies of #E1D573
Complementary color
Monochromatic Colors of #E1D573
Black with #E1D573
Text Example
Text Example
White with #E1D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D573; }
p { color: rgb(225,213,115); }
H1.HeaderClassName
{
color: #E1D573;
}
.AnyTagClassName
{
color: #E1D573;
}
</style>
background-color css
<style>
a { background-color: #E1D573; }
a { background-color: rgb(225,213,115); }
div.DivClassName
{
background-color: #E1D573;
}
.BgClassName
{
background-color: #E1D573;
}
</style>
border-color css
<style>
span { border-color: #E1D573; }
span { border-color: rgb(225,213,115); }
td.TdClassName
{
border-color: #E1D573;
}
.TagClassName
{
border-color: #E1D573;
}
</style>