Shades of Wild Rice #E3D973
Tints of Wild Rice #E3D973
RGB
CMYK
RGB Variations
Color information
#E3D973 (or 0xE3D973) is known color: Wild Rice. HEX triplet: E3, D9 and 73. RGB value is (227,217,115). Sum of RGB (Red+Green+Blue) = 227+217+115=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D973 is #1C268C. Grayscale: #D0D0D0. Windows color (decimal): -1844877 or 7592419. OLE color: 7592419.
HSL color Cylindrical-coordinate representation of color #E3D973: hue angle of 54.64º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3D973 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 115 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.11 |
| HSL | 54.64º | 0.67% | 0.67% | - |
| HSV(B) | 54.64º | 0.49% | 0.89% | - |
| XYZ | 59.59 | 67.19 | 26.05 | - |
| YUV | 208.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 115 | 0 | 0.04 | 0.49 | 0.11 | 54.64 | 0.67 | 0.67 |
| Hex | E3 | D9 | 73 | 0 | 4 | 31 | B | 37 | 43 | 43 |
| Octal | 343 | 331 | 163 | 0 | 4 | 61 | 13 | 67 | 103 | 103 |
| Binary | 11100011 | 11011001 | 1110011 | 0 | 100 | 110001 | 1011 | 110111 | 1000011 | 1000011 |
Color Harmonies of #E3D973
Complementary color
Monochromatic Colors of #E3D973
Black with #E3D973
Text Example
Text Example
White with #E3D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D973; }
p { color: rgb(227,217,115); }
H1.HeaderClassName
{
color: #E3D973;
}
.AnyTagClassName
{
color: #E3D973;
}
</style>
background-color css
<style>
a { background-color: #E3D973; }
a { background-color: rgb(227,217,115); }
div.DivClassName
{
background-color: #E3D973;
}
.BgClassName
{
background-color: #E3D973;
}
</style>
border-color css
<style>
span { border-color: #E3D973; }
span { border-color: rgb(227,217,115); }
td.TdClassName
{
border-color: #E3D973;
}
.TagClassName
{
border-color: #E3D973;
}
</style>