Shades of Wild Rice #E3D770
Tints of Wild Rice #E3D770
RGB
CMYK
RGB Variations
Color information
#E3D770 (or 0xE3D770) is known color: Wild Rice. HEX triplet: E3, D7 and 70. RGB value is (227,215,112). Sum of RGB (Red+Green+Blue) = 227+215+112=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D770 is #1C288F. Grayscale: #CFCFCF. Windows color (decimal): -1845392 or 7395299. OLE color: 7395299.
HSL color Cylindrical-coordinate representation of color #E3D770: hue angle of 53.74º 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 #E3D770 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 112 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.11 |
| HSL | 53.74º | 0.67% | 0.66% | - |
| HSV(B) | 53.74º | 0.51% | 0.89% | - |
| XYZ | 58.9 | 66.1 | 24.98 | - |
| YUV | 206.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 112 | 0 | 0.05 | 0.51 | 0.11 | 53.74 | 0.67 | 0.66 |
| Hex | E3 | D7 | 70 | 0 | 5 | 33 | B | 36 | 43 | 42 |
| Octal | 343 | 327 | 160 | 0 | 5 | 63 | 13 | 66 | 103 | 102 |
| Binary | 11100011 | 11010111 | 1110000 | 0 | 101 | 110011 | 1011 | 110110 | 1000011 | 1000010 |
Color Harmonies of #E3D770
Complementary color
Monochromatic Colors of #E3D770
Black with #E3D770
Text Example
Text Example
White with #E3D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D770; }
p { color: rgb(227,215,112); }
H1.HeaderClassName
{
color: #E3D770;
}
.AnyTagClassName
{
color: #E3D770;
}
</style>
background-color css
<style>
a { background-color: #E3D770; }
a { background-color: rgb(227,215,112); }
div.DivClassName
{
background-color: #E3D770;
}
.BgClassName
{
background-color: #E3D770;
}
</style>
border-color css
<style>
span { border-color: #E3D770; }
span { border-color: rgb(227,215,112); }
td.TdClassName
{
border-color: #E3D770;
}
.TagClassName
{
border-color: #E3D770;
}
</style>