Shades of Wild Rice #E3D370
Tints of Wild Rice #E3D370
RGB
CMYK
RGB Variations
Color information
#E3D370 (or 0xE3D370) is known color: Wild Rice. HEX triplet: E3, D3 and 70. RGB value is (227,211,112). Sum of RGB (Red+Green+Blue) = 227+211+112=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D370 is #1C2C8F. Grayscale: #CCCCCC. Windows color (decimal): -1846416 or 7394275. OLE color: 7394275.
HSL color Cylindrical-coordinate representation of color #E3D370: hue angle of 51.65º 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 #E3D370 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 112 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.11 |
| HSL | 51.65º | 0.67% | 0.66% | - |
| HSV(B) | 51.65º | 0.51% | 0.89% | - |
| XYZ | 57.9 | 64.09 | 24.65 | - |
| YUV | 204.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 112 | 0 | 0.07 | 0.51 | 0.11 | 51.65 | 0.67 | 0.66 |
| Hex | E3 | D3 | 70 | 0 | 7 | 33 | B | 34 | 43 | 42 |
| Octal | 343 | 323 | 160 | 0 | 7 | 63 | 13 | 64 | 103 | 102 |
| Binary | 11100011 | 11010011 | 1110000 | 0 | 111 | 110011 | 1011 | 110100 | 1000011 | 1000010 |
Color Harmonies of #E3D370
Complementary color
Monochromatic Colors of #E3D370
Black with #E3D370
Text Example
Text Example
White with #E3D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D370; }
p { color: rgb(227,211,112); }
H1.HeaderClassName
{
color: #E3D370;
}
.AnyTagClassName
{
color: #E3D370;
}
</style>
background-color css
<style>
a { background-color: #E3D370; }
a { background-color: rgb(227,211,112); }
div.DivClassName
{
background-color: #E3D370;
}
.BgClassName
{
background-color: #E3D370;
}
</style>
border-color css
<style>
span { border-color: #E3D370; }
span { border-color: rgb(227,211,112); }
td.TdClassName
{
border-color: #E3D370;
}
.TagClassName
{
border-color: #E3D370;
}
</style>