Shades of Wild Rice #E0D880
Tints of Wild Rice #E0D880
RGB
CMYK
RGB Variations
Color information
#E0D880 (or 0xE0D880) is known color: Wild Rice. HEX triplet: E0, D8 and 80. RGB value is (224,216,128). Sum of RGB (Red+Green+Blue) = 224+216+128=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D880 is #1F277F. Grayscale: #D0D0D0. Windows color (decimal): -2041728 or 8444128. OLE color: 8444128.
HSL color Cylindrical-coordinate representation of color #E0D880: hue angle of 55º 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 #E0D880 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 128 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.12 |
| HSL | 55º | 0.61% | 0.69% | - |
| HSV(B) | 55º | 0.43% | 0.88% | - |
| XYZ | 59.19 | 66.52 | 30.14 | - |
| YUV | 208.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 128 | 0 | 0.04 | 0.43 | 0.12 | 55 | 0.61 | 0.69 |
| Hex | E0 | D8 | 80 | 0 | 4 | 2B | C | 37 | 3D | 45 |
| Octal | 340 | 330 | 200 | 0 | 4 | 53 | 14 | 67 | 75 | 105 |
| Binary | 11100000 | 11011000 | 10000000 | 0 | 100 | 101011 | 1100 | 110111 | 111101 | 1000101 |
Color Harmonies of #E0D880
Complementary color
Monochromatic Colors of #E0D880
Black with #E0D880
Text Example
Text Example
White with #E0D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D880; }
p { color: rgb(224,216,128); }
H1.HeaderClassName
{
color: #E0D880;
}
.AnyTagClassName
{
color: #E0D880;
}
</style>
background-color css
<style>
a { background-color: #E0D880; }
a { background-color: rgb(224,216,128); }
div.DivClassName
{
background-color: #E0D880;
}
.BgClassName
{
background-color: #E0D880;
}
</style>
border-color css
<style>
span { border-color: #E0D880; }
span { border-color: rgb(224,216,128); }
td.TdClassName
{
border-color: #E0D880;
}
.TagClassName
{
border-color: #E0D880;
}
</style>