Shades of Wild Rice #E9D86A
Tints of Wild Rice #E9D86A
RGB
CMYK
RGB Variations
Color information
#E9D86A (or 0xE9D86A) is known color: Wild Rice. HEX triplet: E9, D8 and 6A. RGB value is (233,216,106). Sum of RGB (Red+Green+Blue) = 233+216+106=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D86A is #162795. Grayscale: #D0D0D0. Windows color (decimal): -1451926 or 7002345. OLE color: 7002345.
HSL color Cylindrical-coordinate representation of color #E9D86A: hue angle of 51.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9D86A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 106 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.09 |
| HSL | 51.97º | 0.74% | 0.66% | - |
| HSV(B) | 51.97º | 0.55% | 0.91% | - |
| XYZ | 60.76 | 67.48 | 23.46 | - |
| YUV | 208.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 106 | 0 | 0.07 | 0.55 | 0.09 | 51.97 | 0.74 | 0.66 |
| Hex | E9 | D8 | 6A | 0 | 7 | 37 | 9 | 34 | 4A | 42 |
| Octal | 351 | 330 | 152 | 0 | 7 | 67 | 11 | 64 | 112 | 102 |
| Binary | 11101001 | 11011000 | 1101010 | 0 | 111 | 110111 | 1001 | 110100 | 1001010 | 1000010 |
Color Harmonies of #E9D86A
Complementary color
Monochromatic Colors of #E9D86A
Black with #E9D86A
Text Example
Text Example
White with #E9D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D86A; }
p { color: rgb(233,216,106); }
H1.HeaderClassName
{
color: #E9D86A;
}
.AnyTagClassName
{
color: #E9D86A;
}
</style>
background-color css
<style>
a { background-color: #E9D86A; }
a { background-color: rgb(233,216,106); }
div.DivClassName
{
background-color: #E9D86A;
}
.BgClassName
{
background-color: #E9D86A;
}
</style>
border-color css
<style>
span { border-color: #E9D86A; }
span { border-color: rgb(233,216,106); }
td.TdClassName
{
border-color: #E9D86A;
}
.TagClassName
{
border-color: #E9D86A;
}
</style>