Shades of Wild Rice #E4D776
Tints of Wild Rice #E4D776
RGB
CMYK
RGB Variations
Color information
#E4D776 (or 0xE4D776) is known color: Wild Rice. HEX triplet: E4, D7 and 76. RGB value is (228,215,118). Sum of RGB (Red+Green+Blue) = 228+215+118=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D776 is #1B2889. Grayscale: #D0D0D0. Windows color (decimal): -1779850 or 7788516. OLE color: 7788516.
HSL color Cylindrical-coordinate representation of color #E4D776: hue angle of 52.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4D776 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 215 | 118 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.11 |
| HSL | 52.91º | 0.67% | 0.68% | - |
| HSV(B) | 52.91º | 0.48% | 0.89% | - |
| XYZ | 59.57 | 66.4 | 26.82 | - |
| YUV | 207.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 215 | 118 | 0 | 0.06 | 0.48 | 0.11 | 52.91 | 0.67 | 0.68 |
| Hex | E4 | D7 | 76 | 0 | 6 | 30 | B | 35 | 43 | 44 |
| Octal | 344 | 327 | 166 | 0 | 6 | 60 | 13 | 65 | 103 | 104 |
| Binary | 11100100 | 11010111 | 1110110 | 0 | 110 | 110000 | 1011 | 110101 | 1000011 | 1000100 |
Color Harmonies of #E4D776
Complementary color
Monochromatic Colors of #E4D776
Black with #E4D776
Text Example
Text Example
White with #E4D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D776; }
p { color: rgb(228,215,118); }
H1.HeaderClassName
{
color: #E4D776;
}
.AnyTagClassName
{
color: #E4D776;
}
</style>
background-color css
<style>
a { background-color: #E4D776; }
a { background-color: rgb(228,215,118); }
div.DivClassName
{
background-color: #E4D776;
}
.BgClassName
{
background-color: #E4D776;
}
</style>
border-color css
<style>
span { border-color: #E4D776; }
span { border-color: rgb(228,215,118); }
td.TdClassName
{
border-color: #E4D776;
}
.TagClassName
{
border-color: #E4D776;
}
</style>