Shades of Wild Rice #E5D86F
Tints of Wild Rice #E5D86F
RGB
CMYK
RGB Variations
Color information
#E5D86F (or 0xE5D86F) is known color: Wild Rice. HEX triplet: E5, D8 and 6F. RGB value is (229,216,111). Sum of RGB (Red+Green+Blue) = 229+216+111=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D86F is #1A2790. Grayscale: #D0D0D0. Windows color (decimal): -1714065 or 7330021. OLE color: 7330021.
HSL color Cylindrical-coordinate representation of color #E5D86F: hue angle of 53.39º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D86F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 111 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.10 |
| HSL | 53.39º | 0.69% | 0.67% | - |
| HSV(B) | 53.39º | 0.52% | 0.9% | - |
| XYZ | 59.74 | 66.92 | 24.81 | - |
| YUV | 207.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 111 | 0 | 0.06 | 0.52 | 0.10 | 53.39 | 0.69 | 0.67 |
| Hex | E5 | D8 | 6F | 0 | 6 | 34 | A | 35 | 45 | 43 |
| Octal | 345 | 330 | 157 | 0 | 6 | 64 | 12 | 65 | 105 | 103 |
| Binary | 11100101 | 11011000 | 1101111 | 0 | 110 | 110100 | 1010 | 110101 | 1000101 | 1000011 |
Color Harmonies of #E5D86F
Complementary color
Monochromatic Colors of #E5D86F
Black with #E5D86F
Text Example
Text Example
White with #E5D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D86F; }
p { color: rgb(229,216,111); }
H1.HeaderClassName
{
color: #E5D86F;
}
.AnyTagClassName
{
color: #E5D86F;
}
</style>
background-color css
<style>
a { background-color: #E5D86F; }
a { background-color: rgb(229,216,111); }
div.DivClassName
{
background-color: #E5D86F;
}
.BgClassName
{
background-color: #E5D86F;
}
</style>
border-color css
<style>
span { border-color: #E5D86F; }
span { border-color: rgb(229,216,111); }
td.TdClassName
{
border-color: #E5D86F;
}
.TagClassName
{
border-color: #E5D86F;
}
</style>