Shades of Wild Rice #E2D973
Tints of Wild Rice #E2D973
RGB
CMYK
RGB Variations
Color information
#E2D973 (or 0xE2D973) is known color: Wild Rice. HEX triplet: E2, D9 and 73. RGB value is (226,217,115). Sum of RGB (Red+Green+Blue) = 226+217+115=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D973 is #1D268C. Grayscale: #D0D0D0. Windows color (decimal): -1910413 or 7592418. OLE color: 7592418.
HSL color Cylindrical-coordinate representation of color #E2D973: hue angle of 55.14º degrees, saturation: 0.66, 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 #E2D973 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 115 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.11 |
| HSL | 55.14º | 0.66% | 0.67% | - |
| HSV(B) | 55.14º | 0.49% | 0.89% | - |
| XYZ | 59.27 | 67.03 | 26.03 | - |
| YUV | 208.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 115 | 0 | 0.04 | 0.49 | 0.11 | 55.14 | 0.66 | 0.67 |
| Hex | E2 | D9 | 73 | 0 | 4 | 31 | B | 37 | 42 | 43 |
| Octal | 342 | 331 | 163 | 0 | 4 | 61 | 13 | 67 | 102 | 103 |
| Binary | 11100010 | 11011001 | 1110011 | 0 | 100 | 110001 | 1011 | 110111 | 1000010 | 1000011 |
Color Harmonies of #E2D973
Complementary color
Monochromatic Colors of #E2D973
Black with #E2D973
Text Example
Text Example
White with #E2D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D973; }
p { color: rgb(226,217,115); }
H1.HeaderClassName
{
color: #E2D973;
}
.AnyTagClassName
{
color: #E2D973;
}
</style>
background-color css
<style>
a { background-color: #E2D973; }
a { background-color: rgb(226,217,115); }
div.DivClassName
{
background-color: #E2D973;
}
.BgClassName
{
background-color: #E2D973;
}
</style>
border-color css
<style>
span { border-color: #E2D973; }
span { border-color: rgb(226,217,115); }
td.TdClassName
{
border-color: #E2D973;
}
.TagClassName
{
border-color: #E2D973;
}
</style>