Shades of Wild Rice #E0DA7D
Tints of Wild Rice #E0DA7D
RGB
CMYK
RGB Variations
Color information
#E0DA7D (or 0xE0DA7D) is known color: Wild Rice. HEX triplet: E0, DA and 7D. RGB value is (224,218,125). Sum of RGB (Red+Green+Blue) = 224+218+125=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA7D is #1F2582. Grayscale: #D1D1D1. Windows color (decimal): -2041219 or 8248032. OLE color: 8248032.
HSL color Cylindrical-coordinate representation of color #E0DA7D: hue angle of 56.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0DA7D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 125 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.12 |
| HSL | 56.36º | 0.61% | 0.68% | - |
| HSV(B) | 56.36º | 0.44% | 0.88% | - |
| XYZ | 59.51 | 67.47 | 29.29 | - |
| YUV | 209.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 125 | 0 | 0.03 | 0.44 | 0.12 | 56.36 | 0.61 | 0.68 |
| Hex | E0 | DA | 7D | 0 | 3 | 2C | C | 38 | 3D | 44 |
| Octal | 340 | 332 | 175 | 0 | 3 | 54 | 14 | 70 | 75 | 104 |
| Binary | 11100000 | 11011010 | 1111101 | 0 | 11 | 101100 | 1100 | 111000 | 111101 | 1000100 |
Color Harmonies of #E0DA7D
Complementary color
Monochromatic Colors of #E0DA7D
Black with #E0DA7D
Text Example
Text Example
White with #E0DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA7D; }
p { color: rgb(224,218,125); }
H1.HeaderClassName
{
color: #E0DA7D;
}
.AnyTagClassName
{
color: #E0DA7D;
}
</style>
background-color css
<style>
a { background-color: #E0DA7D; }
a { background-color: rgb(224,218,125); }
div.DivClassName
{
background-color: #E0DA7D;
}
.BgClassName
{
background-color: #E0DA7D;
}
</style>
border-color css
<style>
span { border-color: #E0DA7D; }
span { border-color: rgb(224,218,125); }
td.TdClassName
{
border-color: #E0DA7D;
}
.TagClassName
{
border-color: #E0DA7D;
}
</style>