Shades of Wild Rice #E6D76A
Tints of Wild Rice #E6D76A
RGB
CMYK
RGB Variations
Color information
#E6D76A (or 0xE6D76A) is known color: Wild Rice. HEX triplet: E6, D7 and 6A. RGB value is (230,215,106). Sum of RGB (Red+Green+Blue) = 230+215+106=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D76A is #192895. Grayscale: #CFCFCF. Windows color (decimal): -1648790 or 7002086. OLE color: 7002086.
HSL color Cylindrical-coordinate representation of color #E6D76A: hue angle of 52.74º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6D76A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 106 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.10 |
| HSL | 52.74º | 0.71% | 0.66% | - |
| HSV(B) | 52.74º | 0.54% | 0.9% | - |
| XYZ | 59.54 | 66.46 | 23.33 | - |
| YUV | 207.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 106 | 0 | 0.07 | 0.54 | 0.10 | 52.74 | 0.71 | 0.66 |
| Hex | E6 | D7 | 6A | 0 | 7 | 36 | A | 35 | 47 | 42 |
| Octal | 346 | 327 | 152 | 0 | 7 | 66 | 12 | 65 | 107 | 102 |
| Binary | 11100110 | 11010111 | 1101010 | 0 | 111 | 110110 | 1010 | 110101 | 1000111 | 1000010 |
Color Harmonies of #E6D76A
Complementary color
Monochromatic Colors of #E6D76A
Black with #E6D76A
Text Example
Text Example
White with #E6D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D76A; }
p { color: rgb(230,215,106); }
H1.HeaderClassName
{
color: #E6D76A;
}
.AnyTagClassName
{
color: #E6D76A;
}
</style>
background-color css
<style>
a { background-color: #E6D76A; }
a { background-color: rgb(230,215,106); }
div.DivClassName
{
background-color: #E6D76A;
}
.BgClassName
{
background-color: #E6D76A;
}
</style>
border-color css
<style>
span { border-color: #E6D76A; }
span { border-color: rgb(230,215,106); }
td.TdClassName
{
border-color: #E6D76A;
}
.TagClassName
{
border-color: #E6D76A;
}
</style>