Shades of Wild Rice #E6D376
Tints of Wild Rice #E6D376
RGB
CMYK
RGB Variations
Color information
#E6D376 (or 0xE6D376) is known color: Wild Rice. HEX triplet: E6, D3 and 76. RGB value is (230,211,118). Sum of RGB (Red+Green+Blue) = 230+211+118=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D376 is #192C89. Grayscale: #CECECE. Windows color (decimal): -1649802 or 7787494. OLE color: 7787494.
HSL color Cylindrical-coordinate representation of color #E6D376: hue angle of 49.82º 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 #E6D376 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 118 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.10 |
| HSL | 49.82º | 0.69% | 0.68% | - |
| HSV(B) | 49.82º | 0.49% | 0.9% | - |
| XYZ | 59.2 | 64.72 | 26.51 | - |
| YUV | 206.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 118 | 0 | 0.08 | 0.49 | 0.10 | 49.82 | 0.69 | 0.68 |
| Hex | E6 | D3 | 76 | 0 | 8 | 31 | A | 32 | 45 | 44 |
| Octal | 346 | 323 | 166 | 0 | 10 | 61 | 12 | 62 | 105 | 104 |
| Binary | 11100110 | 11010011 | 1110110 | 0 | 1000 | 110001 | 1010 | 110010 | 1000101 | 1000100 |
Color Harmonies of #E6D376
Complementary color
Monochromatic Colors of #E6D376
Black with #E6D376
Text Example
Text Example
White with #E6D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D376; }
p { color: rgb(230,211,118); }
H1.HeaderClassName
{
color: #E6D376;
}
.AnyTagClassName
{
color: #E6D376;
}
</style>
background-color css
<style>
a { background-color: #E6D376; }
a { background-color: rgb(230,211,118); }
div.DivClassName
{
background-color: #E6D376;
}
.BgClassName
{
background-color: #E6D376;
}
</style>
border-color css
<style>
span { border-color: #E6D376; }
span { border-color: rgb(230,211,118); }
td.TdClassName
{
border-color: #E6D376;
}
.TagClassName
{
border-color: #E6D376;
}
</style>