Shades of Wild Rice #E2D77C
Tints of Wild Rice #E2D77C
RGB
CMYK
RGB Variations
Color information
#E2D77C (or 0xE2D77C) is known color: Wild Rice. HEX triplet: E2, D7 and 7C. RGB value is (226,215,124). Sum of RGB (Red+Green+Blue) = 226+215+124=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D77C is #1D2883. Grayscale: #D0D0D0. Windows color (decimal): -1910916 or 8181730. OLE color: 8181730.
HSL color Cylindrical-coordinate representation of color #E2D77C: hue angle of 53.53º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2D77C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 124 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.11 |
| HSL | 53.53º | 0.64% | 0.69% | - |
| HSV(B) | 53.53º | 0.45% | 0.89% | - |
| XYZ | 59.3 | 66.22 | 28.73 | - |
| YUV | 207.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 124 | 0 | 0.05 | 0.45 | 0.11 | 53.53 | 0.64 | 0.69 |
| Hex | E2 | D7 | 7C | 0 | 5 | 2D | B | 36 | 40 | 45 |
| Octal | 342 | 327 | 174 | 0 | 5 | 55 | 13 | 66 | 100 | 105 |
| Binary | 11100010 | 11010111 | 1111100 | 0 | 101 | 101101 | 1011 | 110110 | 1000000 | 1000101 |
Color Harmonies of #E2D77C
Complementary color
Monochromatic Colors of #E2D77C
Black with #E2D77C
Text Example
Text Example
White with #E2D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D77C; }
p { color: rgb(226,215,124); }
H1.HeaderClassName
{
color: #E2D77C;
}
.AnyTagClassName
{
color: #E2D77C;
}
</style>
background-color css
<style>
a { background-color: #E2D77C; }
a { background-color: rgb(226,215,124); }
div.DivClassName
{
background-color: #E2D77C;
}
.BgClassName
{
background-color: #E2D77C;
}
</style>
border-color css
<style>
span { border-color: #E2D77C; }
span { border-color: rgb(226,215,124); }
td.TdClassName
{
border-color: #E2D77C;
}
.TagClassName
{
border-color: #E2D77C;
}
</style>