Shades of Wild Rice #E2D879
Tints of Wild Rice #E2D879
RGB
CMYK
RGB Variations
Color information
#E2D879 (or 0xE2D879) is known color: Wild Rice. HEX triplet: E2, D8 and 79. RGB value is (226,216,121). Sum of RGB (Red+Green+Blue) = 226+216+121=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D879 is #1D2786. Grayscale: #D0D0D0. Windows color (decimal): -1910663 or 7985378. OLE color: 7985378.
HSL color Cylindrical-coordinate representation of color #E2D879: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2D879 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 121 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.11 |
| HSL | 54.29º | 0.64% | 0.68% | - |
| HSV(B) | 54.29º | 0.46% | 0.89% | - |
| XYZ | 59.37 | 66.66 | 27.83 | - |
| YUV | 208.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 121 | 0 | 0.04 | 0.46 | 0.11 | 54.29 | 0.64 | 0.68 |
| Hex | E2 | D8 | 79 | 0 | 4 | 2E | B | 36 | 40 | 44 |
| Octal | 342 | 330 | 171 | 0 | 4 | 56 | 13 | 66 | 100 | 104 |
| Binary | 11100010 | 11011000 | 1111001 | 0 | 100 | 101110 | 1011 | 110110 | 1000000 | 1000100 |
Color Harmonies of #E2D879
Complementary color
Monochromatic Colors of #E2D879
Black with #E2D879
Text Example
Text Example
White with #E2D879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D879; }
p { color: rgb(226,216,121); }
H1.HeaderClassName
{
color: #E2D879;
}
.AnyTagClassName
{
color: #E2D879;
}
</style>
background-color css
<style>
a { background-color: #E2D879; }
a { background-color: rgb(226,216,121); }
div.DivClassName
{
background-color: #E2D879;
}
.BgClassName
{
background-color: #E2D879;
}
</style>
border-color css
<style>
span { border-color: #E2D879; }
span { border-color: rgb(226,216,121); }
td.TdClassName
{
border-color: #E2D879;
}
.TagClassName
{
border-color: #E2D879;
}
</style>