Shades of Wild Rice #E0DA7A
Tints of Wild Rice #E0DA7A
RGB
CMYK
RGB Variations
Color information
#E0DA7A (or 0xE0DA7A) is known color: Wild Rice. HEX triplet: E0, DA and 7A. RGB value is (224,218,122). Sum of RGB (Red+Green+Blue) = 224+218+122=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA7A is #1F2585. Grayscale: #D1D1D1. Windows color (decimal): -2041222 or 8051424. OLE color: 8051424.
HSL color Cylindrical-coordinate representation of color #E0DA7A: hue angle of 56.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0DA7A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 122 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.12 |
| HSL | 56.47º | 0.62% | 0.68% | - |
| HSV(B) | 56.47º | 0.46% | 0.88% | - |
| XYZ | 59.32 | 67.4 | 28.29 | - |
| YUV | 208.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 122 | 0 | 0.03 | 0.46 | 0.12 | 56.47 | 0.62 | 0.68 |
| Hex | E0 | DA | 7A | 0 | 3 | 2E | C | 38 | 3E | 44 |
| Octal | 340 | 332 | 172 | 0 | 3 | 56 | 14 | 70 | 76 | 104 |
| Binary | 11100000 | 11011010 | 1111010 | 0 | 11 | 101110 | 1100 | 111000 | 111110 | 1000100 |
Color Harmonies of #E0DA7A
Complementary color
Monochromatic Colors of #E0DA7A
Black with #E0DA7A
Text Example
Text Example
White with #E0DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA7A; }
p { color: rgb(224,218,122); }
H1.HeaderClassName
{
color: #E0DA7A;
}
.AnyTagClassName
{
color: #E0DA7A;
}
</style>
background-color css
<style>
a { background-color: #E0DA7A; }
a { background-color: rgb(224,218,122); }
div.DivClassName
{
background-color: #E0DA7A;
}
.BgClassName
{
background-color: #E0DA7A;
}
</style>
border-color css
<style>
span { border-color: #E0DA7A; }
span { border-color: rgb(224,218,122); }
td.TdClassName
{
border-color: #E0DA7A;
}
.TagClassName
{
border-color: #E0DA7A;
}
</style>