Shades of Wild Rice #E1D971
Tints of Wild Rice #E1D971
RGB
CMYK
RGB Variations
Color information
#E1D971 (or 0xE1D971) is known color: Wild Rice. HEX triplet: E1, D9 and 71. RGB value is (225,217,113). Sum of RGB (Red+Green+Blue) = 225+217+113=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D971 is #1E268E. Grayscale: #CFCFCF. Windows color (decimal): -1975951 or 7461345. OLE color: 7461345.
HSL color Cylindrical-coordinate representation of color #E1D971: hue angle of 55.71º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1D971 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 113 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.12 |
| HSL | 55.71º | 0.65% | 0.66% | - |
| HSV(B) | 55.71º | 0.5% | 0.88% | - |
| XYZ | 58.84 | 66.83 | 25.42 | - |
| YUV | 207.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 113 | 0 | 0.04 | 0.50 | 0.12 | 55.71 | 0.65 | 0.66 |
| Hex | E1 | D9 | 71 | 0 | 4 | 32 | C | 38 | 41 | 42 |
| Octal | 341 | 331 | 161 | 0 | 4 | 62 | 14 | 70 | 101 | 102 |
| Binary | 11100001 | 11011001 | 1110001 | 0 | 100 | 110010 | 1100 | 111000 | 1000001 | 1000010 |
Color Harmonies of #E1D971
Complementary color
Monochromatic Colors of #E1D971
Black with #E1D971
Text Example
Text Example
White with #E1D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D971; }
p { color: rgb(225,217,113); }
H1.HeaderClassName
{
color: #E1D971;
}
.AnyTagClassName
{
color: #E1D971;
}
</style>
background-color css
<style>
a { background-color: #E1D971; }
a { background-color: rgb(225,217,113); }
div.DivClassName
{
background-color: #E1D971;
}
.BgClassName
{
background-color: #E1D971;
}
</style>
border-color css
<style>
span { border-color: #E1D971; }
span { border-color: rgb(225,217,113); }
td.TdClassName
{
border-color: #E1D971;
}
.TagClassName
{
border-color: #E1D971;
}
</style>