Shades of Wild Rice #E6D966
Tints of Wild Rice #E6D966
RGB
CMYK
RGB Variations
Color information
#E6D966 (or 0xE6D966) is known color: Wild Rice. HEX triplet: E6, D9 and 66. RGB value is (230,217,102). Sum of RGB (Red+Green+Blue) = 230+217+102=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D966 is #192699. Grayscale: #D0D0D0. Windows color (decimal): -1648282 or 6740454. OLE color: 6740454.
HSL color Cylindrical-coordinate representation of color #E6D966: hue angle of 53.91º 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 #E6D966 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 102 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.10 |
| HSL | 53.91º | 0.72% | 0.65% | - |
| HSV(B) | 53.91º | 0.56% | 0.9% | - |
| XYZ | 59.84 | 67.41 | 22.43 | - |
| YUV | 207.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 102 | 0 | 0.06 | 0.56 | 0.10 | 53.91 | 0.72 | 0.65 |
| Hex | E6 | D9 | 66 | 0 | 6 | 38 | A | 36 | 48 | 41 |
| Octal | 346 | 331 | 146 | 0 | 6 | 70 | 12 | 66 | 110 | 101 |
| Binary | 11100110 | 11011001 | 1100110 | 0 | 110 | 111000 | 1010 | 110110 | 1001000 | 1000001 |
Color Harmonies of #E6D966
Complementary color
Monochromatic Colors of #E6D966
Black with #E6D966
Text Example
Text Example
White with #E6D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D966; }
p { color: rgb(230,217,102); }
H1.HeaderClassName
{
color: #E6D966;
}
.AnyTagClassName
{
color: #E6D966;
}
</style>
background-color css
<style>
a { background-color: #E6D966; }
a { background-color: rgb(230,217,102); }
div.DivClassName
{
background-color: #E6D966;
}
.BgClassName
{
background-color: #E6D966;
}
</style>
border-color css
<style>
span { border-color: #E6D966; }
span { border-color: rgb(230,217,102); }
td.TdClassName
{
border-color: #E6D966;
}
.TagClassName
{
border-color: #E6D966;
}
</style>