Shades of Wild Rice #E2D877
Tints of Wild Rice #E2D877
RGB
CMYK
RGB Variations
Color information
#E2D877 (or 0xE2D877) is known color: Wild Rice. HEX triplet: E2, D8 and 77. RGB value is (226,216,119). Sum of RGB (Red+Green+Blue) = 226+216+119=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D877 is #1D2788. Grayscale: #D0D0D0. Windows color (decimal): -1910665 or 7854306. OLE color: 7854306.
HSL color Cylindrical-coordinate representation of color #E2D877: hue angle of 54.39º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2D877 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 119 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.11 |
| HSL | 54.39º | 0.65% | 0.68% | - |
| HSV(B) | 54.39º | 0.47% | 0.89% | - |
| XYZ | 59.25 | 66.61 | 27.19 | - |
| YUV | 207.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 119 | 0 | 0.04 | 0.47 | 0.11 | 54.39 | 0.65 | 0.68 |
| Hex | E2 | D8 | 77 | 0 | 4 | 2F | B | 36 | 41 | 44 |
| Octal | 342 | 330 | 167 | 0 | 4 | 57 | 13 | 66 | 101 | 104 |
| Binary | 11100010 | 11011000 | 1110111 | 0 | 100 | 101111 | 1011 | 110110 | 1000001 | 1000100 |
Color Harmonies of #E2D877
Complementary color
Monochromatic Colors of #E2D877
Black with #E2D877
Text Example
Text Example
White with #E2D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D877; }
p { color: rgb(226,216,119); }
H1.HeaderClassName
{
color: #E2D877;
}
.AnyTagClassName
{
color: #E2D877;
}
</style>
background-color css
<style>
a { background-color: #E2D877; }
a { background-color: rgb(226,216,119); }
div.DivClassName
{
background-color: #E2D877;
}
.BgClassName
{
background-color: #E2D877;
}
</style>
border-color css
<style>
span { border-color: #E2D877; }
span { border-color: rgb(226,216,119); }
td.TdClassName
{
border-color: #E2D877;
}
.TagClassName
{
border-color: #E2D877;
}
</style>