Shades of Wild Rice #E2DA77
Tints of Wild Rice #E2DA77
RGB
CMYK
RGB Variations
Color information
#E2DA77 (or 0xE2DA77) is known color: Wild Rice. HEX triplet: E2, DA and 77. RGB value is (226,218,119). Sum of RGB (Red+Green+Blue) = 226+218+119=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA77 is #1D2588. Grayscale: #D1D1D1. Windows color (decimal): -1910153 or 7854818. OLE color: 7854818.
HSL color Cylindrical-coordinate representation of color #E2DA77: hue angle of 55.51º 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 #E2DA77 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 119 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.11 |
| HSL | 55.51º | 0.65% | 0.68% | - |
| HSV(B) | 55.51º | 0.47% | 0.89% | - |
| XYZ | 59.77 | 67.64 | 27.36 | - |
| YUV | 209.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 119 | 0 | 0.04 | 0.47 | 0.11 | 55.51 | 0.65 | 0.68 |
| Hex | E2 | DA | 77 | 0 | 4 | 2F | B | 38 | 41 | 44 |
| Octal | 342 | 332 | 167 | 0 | 4 | 57 | 13 | 70 | 101 | 104 |
| Binary | 11100010 | 11011010 | 1110111 | 0 | 100 | 101111 | 1011 | 111000 | 1000001 | 1000100 |
Color Harmonies of #E2DA77
Complementary color
Monochromatic Colors of #E2DA77
Black with #E2DA77
Text Example
Text Example
White with #E2DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA77; }
p { color: rgb(226,218,119); }
H1.HeaderClassName
{
color: #E2DA77;
}
.AnyTagClassName
{
color: #E2DA77;
}
</style>
background-color css
<style>
a { background-color: #E2DA77; }
a { background-color: rgb(226,218,119); }
div.DivClassName
{
background-color: #E2DA77;
}
.BgClassName
{
background-color: #E2DA77;
}
</style>
border-color css
<style>
span { border-color: #E2DA77; }
span { border-color: rgb(226,218,119); }
td.TdClassName
{
border-color: #E2DA77;
}
.TagClassName
{
border-color: #E2DA77;
}
</style>