Shades of Wild Rice #E1D379
Tints of Wild Rice #E1D379
RGB
CMYK
RGB Variations
Color information
#E1D379 (or 0xE1D379) is known color: Wild Rice. HEX triplet: E1, D3 and 79. RGB value is (225,211,121). Sum of RGB (Red+Green+Blue) = 225+211+121=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D379 is #1E2C86. Grayscale: #CDCDCD. Windows color (decimal): -1977479 or 7984097. OLE color: 7984097.
HSL color Cylindrical-coordinate representation of color #E1D379: hue angle of 51.92º 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 #E1D379 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 121 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.12 |
| HSL | 51.92º | 0.63% | 0.68% | - |
| HSV(B) | 51.92º | 0.46% | 0.88% | - |
| XYZ | 57.8 | 63.98 | 27.39 | - |
| YUV | 204.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 121 | 0 | 0.06 | 0.46 | 0.12 | 51.92 | 0.63 | 0.68 |
| Hex | E1 | D3 | 79 | 0 | 6 | 2E | C | 34 | 3F | 44 |
| Octal | 341 | 323 | 171 | 0 | 6 | 56 | 14 | 64 | 77 | 104 |
| Binary | 11100001 | 11010011 | 1111001 | 0 | 110 | 101110 | 1100 | 110100 | 111111 | 1000100 |
Color Harmonies of #E1D379
Complementary color
Monochromatic Colors of #E1D379
Black with #E1D379
Text Example
Text Example
White with #E1D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D379; }
p { color: rgb(225,211,121); }
H1.HeaderClassName
{
color: #E1D379;
}
.AnyTagClassName
{
color: #E1D379;
}
</style>
background-color css
<style>
a { background-color: #E1D379; }
a { background-color: rgb(225,211,121); }
div.DivClassName
{
background-color: #E1D379;
}
.BgClassName
{
background-color: #E1D379;
}
</style>
border-color css
<style>
span { border-color: #E1D379; }
span { border-color: rgb(225,211,121); }
td.TdClassName
{
border-color: #E1D379;
}
.TagClassName
{
border-color: #E1D379;
}
</style>