Shades of Wild Rice #E1D579
Tints of Wild Rice #E1D579
RGB
CMYK
RGB Variations
Color information
#E1D579 (or 0xE1D579) is known color: Wild Rice. HEX triplet: E1, D5 and 79. RGB value is (225,213,121). Sum of RGB (Red+Green+Blue) = 225+213+121=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D579 is #1E2A86. Grayscale: #CECECE. Windows color (decimal): -1976967 or 7984609. OLE color: 7984609.
HSL color Cylindrical-coordinate representation of color #E1D579: hue angle of 53.08º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1D579 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 121 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.12 |
| HSL | 53.08º | 0.63% | 0.68% | - |
| HSV(B) | 53.08º | 0.46% | 0.88% | - |
| XYZ | 58.3 | 64.98 | 27.56 | - |
| YUV | 206.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 121 | 0 | 0.05 | 0.46 | 0.12 | 53.08 | 0.63 | 0.68 |
| Hex | E1 | D5 | 79 | 0 | 5 | 2E | C | 35 | 3F | 44 |
| Octal | 341 | 325 | 171 | 0 | 5 | 56 | 14 | 65 | 77 | 104 |
| Binary | 11100001 | 11010101 | 1111001 | 0 | 101 | 101110 | 1100 | 110101 | 111111 | 1000100 |
Color Harmonies of #E1D579
Complementary color
Monochromatic Colors of #E1D579
Black with #E1D579
Text Example
Text Example
White with #E1D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D579; }
p { color: rgb(225,213,121); }
H1.HeaderClassName
{
color: #E1D579;
}
.AnyTagClassName
{
color: #E1D579;
}
</style>
background-color css
<style>
a { background-color: #E1D579; }
a { background-color: rgb(225,213,121); }
div.DivClassName
{
background-color: #E1D579;
}
.BgClassName
{
background-color: #E1D579;
}
</style>
border-color css
<style>
span { border-color: #E1D579; }
span { border-color: rgb(225,213,121); }
td.TdClassName
{
border-color: #E1D579;
}
.TagClassName
{
border-color: #E1D579;
}
</style>