Shades of Wild Rice #E6D96C
Tints of Wild Rice #E6D96C
RGB
CMYK
RGB Variations
Color information
#E6D96C (or 0xE6D96C) is known color: Wild Rice. HEX triplet: E6, D9 and 6C. RGB value is (230,217,108). Sum of RGB (Red+Green+Blue) = 230+217+108=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D96C is #192693. Grayscale: #D0D0D0. Windows color (decimal): -1648276 or 7133670. OLE color: 7133670.
HSL color Cylindrical-coordinate representation of color #E6D96C: hue angle of 53.61º 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 #E6D96C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 108 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.10 |
| HSL | 53.61º | 0.71% | 0.66% | - |
| HSV(B) | 53.61º | 0.53% | 0.9% | - |
| XYZ | 60.15 | 67.53 | 24.05 | - |
| YUV | 208.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 108 | 0 | 0.06 | 0.53 | 0.10 | 53.61 | 0.71 | 0.66 |
| Hex | E6 | D9 | 6C | 0 | 6 | 35 | A | 36 | 47 | 42 |
| Octal | 346 | 331 | 154 | 0 | 6 | 65 | 12 | 66 | 107 | 102 |
| Binary | 11100110 | 11011001 | 1101100 | 0 | 110 | 110101 | 1010 | 110110 | 1000111 | 1000010 |
Color Harmonies of #E6D96C
Complementary color
Monochromatic Colors of #E6D96C
Black with #E6D96C
Text Example
Text Example
White with #E6D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D96C; }
p { color: rgb(230,217,108); }
H1.HeaderClassName
{
color: #E6D96C;
}
.AnyTagClassName
{
color: #E6D96C;
}
</style>
background-color css
<style>
a { background-color: #E6D96C; }
a { background-color: rgb(230,217,108); }
div.DivClassName
{
background-color: #E6D96C;
}
.BgClassName
{
background-color: #E6D96C;
}
</style>
border-color css
<style>
span { border-color: #E6D96C; }
span { border-color: rgb(230,217,108); }
td.TdClassName
{
border-color: #E6D96C;
}
.TagClassName
{
border-color: #E6D96C;
}
</style>