Shades of Wild Rice #E6DA66
Tints of Wild Rice #E6DA66
RGB
CMYK
RGB Variations
Color information
#E6DA66 (or 0xE6DA66) is known color: Wild Rice. HEX triplet: E6, DA and 66. RGB value is (230,218,102). Sum of RGB (Red+Green+Blue) = 230+218+102=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA66 is #192599. Grayscale: #D0D0D0. Windows color (decimal): -1648026 or 6740710. OLE color: 6740710.
HSL color Cylindrical-coordinate representation of color #E6DA66: hue angle of 54.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6DA66 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 102 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.10 |
| HSL | 54.38º | 0.72% | 0.65% | - |
| HSV(B) | 54.38º | 0.56% | 0.9% | - |
| XYZ | 60.1 | 67.93 | 22.51 | - |
| YUV | 208.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 102 | 0 | 0.05 | 0.56 | 0.10 | 54.38 | 0.72 | 0.65 |
| Hex | E6 | DA | 66 | 0 | 5 | 38 | A | 36 | 48 | 41 |
| Octal | 346 | 332 | 146 | 0 | 5 | 70 | 12 | 66 | 110 | 101 |
| Binary | 11100110 | 11011010 | 1100110 | 0 | 101 | 111000 | 1010 | 110110 | 1001000 | 1000001 |
Color Harmonies of #E6DA66
Complementary color
Monochromatic Colors of #E6DA66
Black with #E6DA66
Text Example
Text Example
White with #E6DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA66; }
p { color: rgb(230,218,102); }
H1.HeaderClassName
{
color: #E6DA66;
}
.AnyTagClassName
{
color: #E6DA66;
}
</style>
background-color css
<style>
a { background-color: #E6DA66; }
a { background-color: rgb(230,218,102); }
div.DivClassName
{
background-color: #E6DA66;
}
.BgClassName
{
background-color: #E6DA66;
}
</style>
border-color css
<style>
span { border-color: #E6DA66; }
span { border-color: rgb(230,218,102); }
td.TdClassName
{
border-color: #E6DA66;
}
.TagClassName
{
border-color: #E6DA66;
}
</style>