Shades of Wild Rice #E6DA6E
Tints of Wild Rice #E6DA6E
RGB
CMYK
RGB Variations
Color information
#E6DA6E (or 0xE6DA6E) is known color: Wild Rice. HEX triplet: E6, DA and 6E. RGB value is (230,218,110). Sum of RGB (Red+Green+Blue) = 230+218+110=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA6E is #192591. Grayscale: #D1D1D1. Windows color (decimal): -1648018 or 7264998. OLE color: 7264998.
HSL color Cylindrical-coordinate representation of color #E6DA6E: hue angle of 54º 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 #E6DA6E is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 110 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.10 |
| HSL | 54º | 0.71% | 0.67% | - |
| HSV(B) | 54º | 0.52% | 0.9% | - |
| XYZ | 60.52 | 68.09 | 24.71 | - |
| YUV | 209.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 110 | 0 | 0.05 | 0.52 | 0.10 | 54 | 0.71 | 0.67 |
| Hex | E6 | DA | 6E | 0 | 5 | 34 | A | 36 | 47 | 43 |
| Octal | 346 | 332 | 156 | 0 | 5 | 64 | 12 | 66 | 107 | 103 |
| Binary | 11100110 | 11011010 | 1101110 | 0 | 101 | 110100 | 1010 | 110110 | 1000111 | 1000011 |
Color Harmonies of #E6DA6E
Complementary color
Monochromatic Colors of #E6DA6E
Black with #E6DA6E
Text Example
Text Example
White with #E6DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA6E; }
p { color: rgb(230,218,110); }
H1.HeaderClassName
{
color: #E6DA6E;
}
.AnyTagClassName
{
color: #E6DA6E;
}
</style>
background-color css
<style>
a { background-color: #E6DA6E; }
a { background-color: rgb(230,218,110); }
div.DivClassName
{
background-color: #E6DA6E;
}
.BgClassName
{
background-color: #E6DA6E;
}
</style>
border-color css
<style>
span { border-color: #E6DA6E; }
span { border-color: rgb(230,218,110); }
td.TdClassName
{
border-color: #E6DA6E;
}
.TagClassName
{
border-color: #E6DA6E;
}
</style>