Shades of Wild Rice #E2D677
Tints of Wild Rice #E2D677
RGB
CMYK
RGB Variations
Color information
#E2D677 (or 0xE2D677) is known color: Wild Rice. HEX triplet: E2, D6 and 77. RGB value is (226,214,119). Sum of RGB (Red+Green+Blue) = 226+214+119=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D677 is #1D2988. Grayscale: #CFCFCF. Windows color (decimal): -1911177 or 7853794. OLE color: 7853794.
HSL color Cylindrical-coordinate representation of color #E2D677: hue angle of 53.27º 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 #E2D677 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 119 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.11 |
| HSL | 53.27º | 0.65% | 0.68% | - |
| HSV(B) | 53.27º | 0.47% | 0.89% | - |
| XYZ | 58.74 | 65.59 | 27.02 | - |
| YUV | 206.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 119 | 0 | 0.05 | 0.47 | 0.11 | 53.27 | 0.65 | 0.68 |
| Hex | E2 | D6 | 77 | 0 | 5 | 2F | B | 35 | 41 | 44 |
| Octal | 342 | 326 | 167 | 0 | 5 | 57 | 13 | 65 | 101 | 104 |
| Binary | 11100010 | 11010110 | 1110111 | 0 | 101 | 101111 | 1011 | 110101 | 1000001 | 1000100 |
Color Harmonies of #E2D677
Complementary color
Monochromatic Colors of #E2D677
Black with #E2D677
Text Example
Text Example
White with #E2D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D677; }
p { color: rgb(226,214,119); }
H1.HeaderClassName
{
color: #E2D677;
}
.AnyTagClassName
{
color: #E2D677;
}
</style>
background-color css
<style>
a { background-color: #E2D677; }
a { background-color: rgb(226,214,119); }
div.DivClassName
{
background-color: #E2D677;
}
.BgClassName
{
background-color: #E2D677;
}
</style>
border-color css
<style>
span { border-color: #E2D677; }
span { border-color: rgb(226,214,119); }
td.TdClassName
{
border-color: #E2D677;
}
.TagClassName
{
border-color: #E2D677;
}
</style>