Shades of Wild Rice #E0DA80
Tints of Wild Rice #E0DA80
RGB
CMYK
RGB Variations
Color information
#E0DA80 (or 0xE0DA80) is known color: Wild Rice. HEX triplet: E0, DA and 80. RGB value is (224,218,128). Sum of RGB (Red+Green+Blue) = 224+218+128=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DA80 is #1F257F. Grayscale: #D1D1D1. Windows color (decimal): -2041216 or 8444640. OLE color: 8444640.
HSL color Cylindrical-coordinate representation of color #E0DA80: hue angle of 56.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0DA80 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 128 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.12 |
| HSL | 56.25º | 0.61% | 0.69% | - |
| HSV(B) | 56.25º | 0.43% | 0.88% | - |
| XYZ | 59.71 | 67.55 | 30.31 | - |
| YUV | 209.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 128 | 0 | 0.03 | 0.43 | 0.12 | 56.25 | 0.61 | 0.69 |
| Hex | E0 | DA | 80 | 0 | 3 | 2B | C | 38 | 3D | 45 |
| Octal | 340 | 332 | 200 | 0 | 3 | 53 | 14 | 70 | 75 | 105 |
| Binary | 11100000 | 11011010 | 10000000 | 0 | 11 | 101011 | 1100 | 111000 | 111101 | 1000101 |
Color Harmonies of #E0DA80
Complementary color
Monochromatic Colors of #E0DA80
Black with #E0DA80
Text Example
Text Example
White with #E0DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA80; }
p { color: rgb(224,218,128); }
H1.HeaderClassName
{
color: #E0DA80;
}
.AnyTagClassName
{
color: #E0DA80;
}
</style>
background-color css
<style>
a { background-color: #E0DA80; }
a { background-color: rgb(224,218,128); }
div.DivClassName
{
background-color: #E0DA80;
}
.BgClassName
{
background-color: #E0DA80;
}
</style>
border-color css
<style>
span { border-color: #E0DA80; }
span { border-color: rgb(224,218,128); }
td.TdClassName
{
border-color: #E0DA80;
}
.TagClassName
{
border-color: #E0DA80;
}
</style>