Shades of Wild Rice #E5D173
Tints of Wild Rice #E5D173
RGB
CMYK
RGB Variations
Color information
#E5D173 (or 0xE5D173) is known color: Wild Rice. HEX triplet: E5, D1 and 73. RGB value is (229,209,115). Sum of RGB (Red+Green+Blue) = 229+209+115=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D173 is #1A2E8C. Grayscale: #CCCCCC. Windows color (decimal): -1715853 or 7590373. OLE color: 7590373.
HSL color Cylindrical-coordinate representation of color #E5D173: hue angle of 49.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5D173 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 115 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.10 |
| HSL | 49.47º | 0.69% | 0.67% | - |
| HSV(B) | 49.47º | 0.5% | 0.9% | - |
| XYZ | 58.21 | 63.5 | 25.41 | - |
| YUV | 204.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 115 | 0 | 0.09 | 0.50 | 0.10 | 49.47 | 0.69 | 0.67 |
| Hex | E5 | D1 | 73 | 0 | 9 | 32 | A | 31 | 45 | 43 |
| Octal | 345 | 321 | 163 | 0 | 11 | 62 | 12 | 61 | 105 | 103 |
| Binary | 11100101 | 11010001 | 1110011 | 0 | 1001 | 110010 | 1010 | 110001 | 1000101 | 1000011 |
Color Harmonies of #E5D173
Complementary color
Monochromatic Colors of #E5D173
Black with #E5D173
Text Example
Text Example
White with #E5D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D173; }
p { color: rgb(229,209,115); }
H1.HeaderClassName
{
color: #E5D173;
}
.AnyTagClassName
{
color: #E5D173;
}
</style>
background-color css
<style>
a { background-color: #E5D173; }
a { background-color: rgb(229,209,115); }
div.DivClassName
{
background-color: #E5D173;
}
.BgClassName
{
background-color: #E5D173;
}
</style>
border-color css
<style>
span { border-color: #E5D173; }
span { border-color: rgb(229,209,115); }
td.TdClassName
{
border-color: #E5D173;
}
.TagClassName
{
border-color: #E5D173;
}
</style>