Shades of Wild Rice #E0D870
Tints of Wild Rice #E0D870
RGB
CMYK
RGB Variations
Color information
#E0D870 (or 0xE0D870) is known color: Wild Rice. HEX triplet: E0, D8 and 70. RGB value is (224,216,112). Sum of RGB (Red+Green+Blue) = 224+216+112=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D870 is #1F278F. Grayscale: #CECECE. Windows color (decimal): -2041744 or 7395552. OLE color: 7395552.
HSL color Cylindrical-coordinate representation of color #E0D870: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0D870 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 112 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.12 |
| HSL | 55.71º | 0.64% | 0.66% | - |
| HSV(B) | 55.71º | 0.5% | 0.88% | - |
| XYZ | 58.22 | 66.13 | 25.02 | - |
| YUV | 206.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 112 | 0 | 0.04 | 0.50 | 0.12 | 55.71 | 0.64 | 0.66 |
| Hex | E0 | D8 | 70 | 0 | 4 | 32 | C | 38 | 40 | 42 |
| Octal | 340 | 330 | 160 | 0 | 4 | 62 | 14 | 70 | 100 | 102 |
| Binary | 11100000 | 11011000 | 1110000 | 0 | 100 | 110010 | 1100 | 111000 | 1000000 | 1000010 |
Color Harmonies of #E0D870
Complementary color
Monochromatic Colors of #E0D870
Black with #E0D870
Text Example
Text Example
White with #E0D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D870; }
p { color: rgb(224,216,112); }
H1.HeaderClassName
{
color: #E0D870;
}
.AnyTagClassName
{
color: #E0D870;
}
</style>
background-color css
<style>
a { background-color: #E0D870; }
a { background-color: rgb(224,216,112); }
div.DivClassName
{
background-color: #E0D870;
}
.BgClassName
{
background-color: #E0D870;
}
</style>
border-color css
<style>
span { border-color: #E0D870; }
span { border-color: rgb(224,216,112); }
td.TdClassName
{
border-color: #E0D870;
}
.TagClassName
{
border-color: #E0D870;
}
</style>