Shades of Wild Rice #E0D976
Tints of Wild Rice #E0D976
RGB
CMYK
RGB Variations
Color information
#E0D976 (or 0xE0D976) is known color: Wild Rice. HEX triplet: E0, D9 and 76. RGB value is (224,217,118). Sum of RGB (Red+Green+Blue) = 224+217+118=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D976 is #1F2689. Grayscale: #D0D0D0. Windows color (decimal): -2041482 or 7789024. OLE color: 7789024.
HSL color Cylindrical-coordinate representation of color #E0D976: hue angle of 56.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0D976 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 118 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.12 |
| HSL | 56.04º | 0.63% | 0.67% | - |
| HSV(B) | 56.04º | 0.47% | 0.88% | - |
| XYZ | 58.82 | 66.78 | 26.93 | - |
| YUV | 207.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 118 | 0 | 0.03 | 0.47 | 0.12 | 56.04 | 0.63 | 0.67 |
| Hex | E0 | D9 | 76 | 0 | 3 | 2F | C | 38 | 3F | 43 |
| Octal | 340 | 331 | 166 | 0 | 3 | 57 | 14 | 70 | 77 | 103 |
| Binary | 11100000 | 11011001 | 1110110 | 0 | 11 | 101111 | 1100 | 111000 | 111111 | 1000011 |
Color Harmonies of #E0D976
Complementary color
Monochromatic Colors of #E0D976
Black with #E0D976
Text Example
Text Example
White with #E0D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D976; }
p { color: rgb(224,217,118); }
H1.HeaderClassName
{
color: #E0D976;
}
.AnyTagClassName
{
color: #E0D976;
}
</style>
background-color css
<style>
a { background-color: #E0D976; }
a { background-color: rgb(224,217,118); }
div.DivClassName
{
background-color: #E0D976;
}
.BgClassName
{
background-color: #E0D976;
}
</style>
border-color css
<style>
span { border-color: #E0D976; }
span { border-color: rgb(224,217,118); }
td.TdClassName
{
border-color: #E0D976;
}
.TagClassName
{
border-color: #E0D976;
}
</style>