Shades of Wild Rice #E6D76E
Tints of Wild Rice #E6D76E
RGB
CMYK
RGB Variations
Color information
#E6D76E (or 0xE6D76E) is known color: Wild Rice. HEX triplet: E6, D7 and 6E. RGB value is (230,215,110). Sum of RGB (Red+Green+Blue) = 230+215+110=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D76E is #192891. Grayscale: #CFCFCF. Windows color (decimal): -1648786 or 7264230. OLE color: 7264230.
HSL color Cylindrical-coordinate representation of color #E6D76E: hue angle of 52.5º degrees, saturation: 0.71, 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 #E6D76E is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 110 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.10 |
| HSL | 52.5º | 0.71% | 0.67% | - |
| HSV(B) | 52.5º | 0.52% | 0.9% | - |
| XYZ | 59.75 | 66.55 | 24.45 | - |
| YUV | 207.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 110 | 0 | 0.07 | 0.52 | 0.10 | 52.5 | 0.71 | 0.67 |
| Hex | E6 | D7 | 6E | 0 | 7 | 34 | A | 34 | 47 | 43 |
| Octal | 346 | 327 | 156 | 0 | 7 | 64 | 12 | 64 | 107 | 103 |
| Binary | 11100110 | 11010111 | 1101110 | 0 | 111 | 110100 | 1010 | 110100 | 1000111 | 1000011 |
Color Harmonies of #E6D76E
Complementary color
Monochromatic Colors of #E6D76E
Black with #E6D76E
Text Example
Text Example
White with #E6D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D76E; }
p { color: rgb(230,215,110); }
H1.HeaderClassName
{
color: #E6D76E;
}
.AnyTagClassName
{
color: #E6D76E;
}
</style>
background-color css
<style>
a { background-color: #E6D76E; }
a { background-color: rgb(230,215,110); }
div.DivClassName
{
background-color: #E6D76E;
}
.BgClassName
{
background-color: #E6D76E;
}
</style>
border-color css
<style>
span { border-color: #E6D76E; }
span { border-color: rgb(230,215,110); }
td.TdClassName
{
border-color: #E6D76E;
}
.TagClassName
{
border-color: #E6D76E;
}
</style>