Shades of Wild Rice #E5D873
Tints of Wild Rice #E5D873
RGB
CMYK
RGB Variations
Color information
#E5D873 (or 0xE5D873) is known color: Wild Rice. HEX triplet: E5, D8 and 73. RGB value is (229,216,115). Sum of RGB (Red+Green+Blue) = 229+216+115=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D873 is #1A278C. Grayscale: #D0D0D0. Windows color (decimal): -1714061 or 7592165. OLE color: 7592165.
HSL color Cylindrical-coordinate representation of color #E5D873: hue angle of 53.16º 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 #E5D873 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 115 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.10 |
| HSL | 53.16º | 0.69% | 0.67% | - |
| HSV(B) | 53.16º | 0.5% | 0.9% | - |
| XYZ | 59.96 | 67.01 | 25.99 | - |
| YUV | 208.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 115 | 0 | 0.06 | 0.50 | 0.10 | 53.16 | 0.69 | 0.67 |
| Hex | E5 | D8 | 73 | 0 | 6 | 32 | A | 35 | 45 | 43 |
| Octal | 345 | 330 | 163 | 0 | 6 | 62 | 12 | 65 | 105 | 103 |
| Binary | 11100101 | 11011000 | 1110011 | 0 | 110 | 110010 | 1010 | 110101 | 1000101 | 1000011 |
Color Harmonies of #E5D873
Complementary color
Monochromatic Colors of #E5D873
Black with #E5D873
Text Example
Text Example
White with #E5D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D873; }
p { color: rgb(229,216,115); }
H1.HeaderClassName
{
color: #E5D873;
}
.AnyTagClassName
{
color: #E5D873;
}
</style>
background-color css
<style>
a { background-color: #E5D873; }
a { background-color: rgb(229,216,115); }
div.DivClassName
{
background-color: #E5D873;
}
.BgClassName
{
background-color: #E5D873;
}
</style>
border-color css
<style>
span { border-color: #E5D873; }
span { border-color: rgb(229,216,115); }
td.TdClassName
{
border-color: #E5D873;
}
.TagClassName
{
border-color: #E5D873;
}
</style>