Shades of Wild Rice #E2DA70
Tints of Wild Rice #E2DA70
RGB
CMYK
RGB Variations
Color information
#E2DA70 (or 0xE2DA70) is known color: Wild Rice. HEX triplet: E2, DA and 70. RGB value is (226,218,112). Sum of RGB (Red+Green+Blue) = 226+218+112=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA70 is #1D258F. Grayscale: #D0D0D0. Windows color (decimal): -1910160 or 7396066. OLE color: 7396066.
HSL color Cylindrical-coordinate representation of color #E2DA70: hue angle of 55.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2DA70 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 112 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.11 |
| HSL | 55.79º | 0.66% | 0.66% | - |
| HSV(B) | 55.79º | 0.5% | 0.89% | - |
| XYZ | 59.36 | 67.48 | 25.23 | - |
| YUV | 208.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 112 | 0 | 0.04 | 0.50 | 0.11 | 55.79 | 0.66 | 0.66 |
| Hex | E2 | DA | 70 | 0 | 4 | 32 | B | 38 | 42 | 42 |
| Octal | 342 | 332 | 160 | 0 | 4 | 62 | 13 | 70 | 102 | 102 |
| Binary | 11100010 | 11011010 | 1110000 | 0 | 100 | 110010 | 1011 | 111000 | 1000010 | 1000010 |
Color Harmonies of #E2DA70
Complementary color
Monochromatic Colors of #E2DA70
Black with #E2DA70
Text Example
Text Example
White with #E2DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA70; }
p { color: rgb(226,218,112); }
H1.HeaderClassName
{
color: #E2DA70;
}
.AnyTagClassName
{
color: #E2DA70;
}
</style>
background-color css
<style>
a { background-color: #E2DA70; }
a { background-color: rgb(226,218,112); }
div.DivClassName
{
background-color: #E2DA70;
}
.BgClassName
{
background-color: #E2DA70;
}
</style>
border-color css
<style>
span { border-color: #E2DA70; }
span { border-color: rgb(226,218,112); }
td.TdClassName
{
border-color: #E2DA70;
}
.TagClassName
{
border-color: #E2DA70;
}
</style>