Shades of Wild Rice #E0D76E
Tints of Wild Rice #E0D76E
RGB
CMYK
RGB Variations
Color information
#E0D76E (or 0xE0D76E) is known color: Wild Rice. HEX triplet: E0, D7 and 6E. RGB value is (224,215,110). Sum of RGB (Red+Green+Blue) = 224+215+110=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D76E is #1F2891. Grayscale: #CECECE. Windows color (decimal): -2042002 or 7264224. OLE color: 7264224.
HSL color Cylindrical-coordinate representation of color #E0D76E: hue angle of 55.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0D76E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 110 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.12 |
| HSL | 55.26º | 0.65% | 0.65% | - |
| HSV(B) | 55.26º | 0.51% | 0.88% | - |
| XYZ | 57.86 | 65.57 | 24.36 | - |
| YUV | 205.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 110 | 0 | 0.04 | 0.51 | 0.12 | 55.26 | 0.65 | 0.65 |
| Hex | E0 | D7 | 6E | 0 | 4 | 33 | C | 37 | 41 | 41 |
| Octal | 340 | 327 | 156 | 0 | 4 | 63 | 14 | 67 | 101 | 101 |
| Binary | 11100000 | 11010111 | 1101110 | 0 | 100 | 110011 | 1100 | 110111 | 1000001 | 1000001 |
Color Harmonies of #E0D76E
Complementary color
Monochromatic Colors of #E0D76E
Black with #E0D76E
Text Example
Text Example
White with #E0D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D76E; }
p { color: rgb(224,215,110); }
H1.HeaderClassName
{
color: #E0D76E;
}
.AnyTagClassName
{
color: #E0D76E;
}
</style>
background-color css
<style>
a { background-color: #E0D76E; }
a { background-color: rgb(224,215,110); }
div.DivClassName
{
background-color: #E0D76E;
}
.BgClassName
{
background-color: #E0D76E;
}
</style>
border-color css
<style>
span { border-color: #E0D76E; }
span { border-color: rgb(224,215,110); }
td.TdClassName
{
border-color: #E0D76E;
}
.TagClassName
{
border-color: #E0D76E;
}
</style>