Shades of Wild Rice #E6D976
Tints of Wild Rice #E6D976
RGB
CMYK
RGB Variations
Color information
#E6D976 (or 0xE6D976) is known color: Wild Rice. HEX triplet: E6, D9 and 76. RGB value is (230,217,118). Sum of RGB (Red+Green+Blue) = 230+217+118=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D976 is #192689. Grayscale: #D2D2D2. Windows color (decimal): -1648266 or 7789030. OLE color: 7789030.
HSL color Cylindrical-coordinate representation of color #E6D976: hue angle of 53.04º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6D976 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 118 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.10 |
| HSL | 53.04º | 0.69% | 0.68% | - |
| HSV(B) | 53.04º | 0.49% | 0.9% | - |
| XYZ | 60.72 | 67.76 | 27.02 | - |
| YUV | 209.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 118 | 0 | 0.06 | 0.49 | 0.10 | 53.04 | 0.69 | 0.68 |
| Hex | E6 | D9 | 76 | 0 | 6 | 31 | A | 35 | 45 | 44 |
| Octal | 346 | 331 | 166 | 0 | 6 | 61 | 12 | 65 | 105 | 104 |
| Binary | 11100110 | 11011001 | 1110110 | 0 | 110 | 110001 | 1010 | 110101 | 1000101 | 1000100 |
Color Harmonies of #E6D976
Complementary color
Monochromatic Colors of #E6D976
Black with #E6D976
Text Example
Text Example
White with #E6D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D976; }
p { color: rgb(230,217,118); }
H1.HeaderClassName
{
color: #E6D976;
}
.AnyTagClassName
{
color: #E6D976;
}
</style>
background-color css
<style>
a { background-color: #E6D976; }
a { background-color: rgb(230,217,118); }
div.DivClassName
{
background-color: #E6D976;
}
.BgClassName
{
background-color: #E6D976;
}
</style>
border-color css
<style>
span { border-color: #E6D976; }
span { border-color: rgb(230,217,118); }
td.TdClassName
{
border-color: #E6D976;
}
.TagClassName
{
border-color: #E6D976;
}
</style>