Shades of Wild Rice #E6D86C
Tints of Wild Rice #E6D86C
RGB
CMYK
RGB Variations
Color information
#E6D86C (or 0xE6D86C) is known color: Wild Rice. HEX triplet: E6, D8 and 6C. RGB value is (230,216,108). Sum of RGB (Red+Green+Blue) = 230+216+108=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D86C is #192793. Grayscale: #D0D0D0. Windows color (decimal): -1648532 or 7133414. OLE color: 7133414.
HSL color Cylindrical-coordinate representation of color #E6D86C: hue angle of 53.11º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6D86C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 108 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.10 |
| HSL | 53.11º | 0.71% | 0.66% | - |
| HSV(B) | 53.11º | 0.53% | 0.9% | - |
| XYZ | 59.9 | 67.02 | 23.97 | - |
| YUV | 207.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 108 | 0 | 0.06 | 0.53 | 0.10 | 53.11 | 0.71 | 0.66 |
| Hex | E6 | D8 | 6C | 0 | 6 | 35 | A | 35 | 47 | 42 |
| Octal | 346 | 330 | 154 | 0 | 6 | 65 | 12 | 65 | 107 | 102 |
| Binary | 11100110 | 11011000 | 1101100 | 0 | 110 | 110101 | 1010 | 110101 | 1000111 | 1000010 |
Color Harmonies of #E6D86C
Complementary color
Monochromatic Colors of #E6D86C
Black with #E6D86C
Text Example
Text Example
White with #E6D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D86C; }
p { color: rgb(230,216,108); }
H1.HeaderClassName
{
color: #E6D86C;
}
.AnyTagClassName
{
color: #E6D86C;
}
</style>
background-color css
<style>
a { background-color: #E6D86C; }
a { background-color: rgb(230,216,108); }
div.DivClassName
{
background-color: #E6D86C;
}
.BgClassName
{
background-color: #E6D86C;
}
</style>
border-color css
<style>
span { border-color: #E6D86C; }
span { border-color: rgb(230,216,108); }
td.TdClassName
{
border-color: #E6D86C;
}
.TagClassName
{
border-color: #E6D86C;
}
</style>