Shades of Wild Rice #E2D873
Tints of Wild Rice #E2D873
RGB
CMYK
RGB Variations
Color information
#E2D873 (or 0xE2D873) is known color: Wild Rice. HEX triplet: E2, D8 and 73. RGB value is (226,216,115). Sum of RGB (Red+Green+Blue) = 226+216+115=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D873 is #1D278C. Grayscale: #CFCFCF. Windows color (decimal): -1910669 or 7592162. OLE color: 7592162.
HSL color Cylindrical-coordinate representation of color #E2D873: hue angle of 54.59º 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 #E2D873 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 115 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.11 |
| HSL | 54.59º | 0.66% | 0.67% | - |
| HSV(B) | 54.59º | 0.49% | 0.89% | - |
| XYZ | 59.01 | 66.52 | 25.95 | - |
| YUV | 207.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 115 | 0 | 0.04 | 0.49 | 0.11 | 54.59 | 0.66 | 0.67 |
| Hex | E2 | D8 | 73 | 0 | 4 | 31 | B | 37 | 42 | 43 |
| Octal | 342 | 330 | 163 | 0 | 4 | 61 | 13 | 67 | 102 | 103 |
| Binary | 11100010 | 11011000 | 1110011 | 0 | 100 | 110001 | 1011 | 110111 | 1000010 | 1000011 |
Color Harmonies of #E2D873
Complementary color
Monochromatic Colors of #E2D873
Black with #E2D873
Text Example
Text Example
White with #E2D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D873; }
p { color: rgb(226,216,115); }
H1.HeaderClassName
{
color: #E2D873;
}
.AnyTagClassName
{
color: #E2D873;
}
</style>
background-color css
<style>
a { background-color: #E2D873; }
a { background-color: rgb(226,216,115); }
div.DivClassName
{
background-color: #E2D873;
}
.BgClassName
{
background-color: #E2D873;
}
</style>
border-color css
<style>
span { border-color: #E2D873; }
span { border-color: rgb(226,216,115); }
td.TdClassName
{
border-color: #E2D873;
}
.TagClassName
{
border-color: #E2D873;
}
</style>