Shades of Wild Rice #E3DA70
Tints of Wild Rice #E3DA70
RGB
CMYK
RGB Variations
Color information
#E3DA70 (or 0xE3DA70) is known color: Wild Rice. HEX triplet: E3, DA and 70. RGB value is (227,218,112). Sum of RGB (Red+Green+Blue) = 227+218+112=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DA70 is #1C258F. Grayscale: #D1D1D1. Windows color (decimal): -1844624 or 7396067. OLE color: 7396067.
HSL color Cylindrical-coordinate representation of color #E3DA70: hue angle of 55.3º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3DA70 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 112 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.11 |
| HSL | 55.3º | 0.67% | 0.66% | - |
| HSV(B) | 55.3º | 0.51% | 0.89% | - |
| XYZ | 59.67 | 67.64 | 25.24 | - |
| YUV | 208.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 112 | 0 | 0.04 | 0.51 | 0.11 | 55.3 | 0.67 | 0.66 |
| Hex | E3 | DA | 70 | 0 | 4 | 33 | B | 37 | 43 | 42 |
| Octal | 343 | 332 | 160 | 0 | 4 | 63 | 13 | 67 | 103 | 102 |
| Binary | 11100011 | 11011010 | 1110000 | 0 | 100 | 110011 | 1011 | 110111 | 1000011 | 1000010 |
Color Harmonies of #E3DA70
Complementary color
Monochromatic Colors of #E3DA70
Black with #E3DA70
Text Example
Text Example
White with #E3DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DA70; }
p { color: rgb(227,218,112); }
H1.HeaderClassName
{
color: #E3DA70;
}
.AnyTagClassName
{
color: #E3DA70;
}
</style>
background-color css
<style>
a { background-color: #E3DA70; }
a { background-color: rgb(227,218,112); }
div.DivClassName
{
background-color: #E3DA70;
}
.BgClassName
{
background-color: #E3DA70;
}
</style>
border-color css
<style>
span { border-color: #E3DA70; }
span { border-color: rgb(227,218,112); }
td.TdClassName
{
border-color: #E3DA70;
}
.TagClassName
{
border-color: #E3DA70;
}
</style>