Shades of Wild Rice #E5D871
Tints of Wild Rice #E5D871
RGB
CMYK
RGB Variations
Color information
#E5D871 (or 0xE5D871) is known color: Wild Rice. HEX triplet: E5, D8 and 71. RGB value is (229,216,113). Sum of RGB (Red+Green+Blue) = 229+216+113=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D871 is #1A278E. Grayscale: #D0D0D0. Windows color (decimal): -1714063 or 7461093. OLE color: 7461093.
HSL color Cylindrical-coordinate representation of color #E5D871: hue angle of 53.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5D871 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 113 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.10 |
| HSL | 53.28º | 0.69% | 0.67% | - |
| HSV(B) | 53.28º | 0.51% | 0.9% | - |
| XYZ | 59.85 | 66.96 | 25.39 | - |
| YUV | 208.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 113 | 0 | 0.06 | 0.51 | 0.10 | 53.28 | 0.69 | 0.67 |
| Hex | E5 | D8 | 71 | 0 | 6 | 33 | A | 35 | 45 | 43 |
| Octal | 345 | 330 | 161 | 0 | 6 | 63 | 12 | 65 | 105 | 103 |
| Binary | 11100101 | 11011000 | 1110001 | 0 | 110 | 110011 | 1010 | 110101 | 1000101 | 1000011 |
Color Harmonies of #E5D871
Complementary color
Monochromatic Colors of #E5D871
Black with #E5D871
Text Example
Text Example
White with #E5D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D871; }
p { color: rgb(229,216,113); }
H1.HeaderClassName
{
color: #E5D871;
}
.AnyTagClassName
{
color: #E5D871;
}
</style>
background-color css
<style>
a { background-color: #E5D871; }
a { background-color: rgb(229,216,113); }
div.DivClassName
{
background-color: #E5D871;
}
.BgClassName
{
background-color: #E5D871;
}
</style>
border-color css
<style>
span { border-color: #E5D871; }
span { border-color: rgb(229,216,113); }
td.TdClassName
{
border-color: #E5D871;
}
.TagClassName
{
border-color: #E5D871;
}
</style>