Shades of Wild Rice #E9DC76
Tints of Wild Rice #E9DC76
RGB
CMYK
RGB Variations
Color information
#E9DC76 (or 0xE9DC76) is known color: Wild Rice. HEX triplet: E9, DC and 76. RGB value is (233,220,118). Sum of RGB (Red+Green+Blue) = 233+220+118=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC76 is #162389. Grayscale: #D4D4D4. Windows color (decimal): -1450890 or 7789801. OLE color: 7789801.
HSL color Cylindrical-coordinate representation of color #E9DC76: hue angle of 53.22º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9DC76 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 118 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.09 |
| HSL | 53.22º | 0.72% | 0.69% | - |
| HSV(B) | 53.22º | 0.49% | 0.91% | - |
| XYZ | 62.47 | 69.82 | 27.32 | - |
| YUV | 212.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 118 | 0 | 0.06 | 0.49 | 0.09 | 53.22 | 0.72 | 0.69 |
| Hex | E9 | DC | 76 | 0 | 6 | 31 | 9 | 35 | 48 | 45 |
| Octal | 351 | 334 | 166 | 0 | 6 | 61 | 11 | 65 | 110 | 105 |
| Binary | 11101001 | 11011100 | 1110110 | 0 | 110 | 110001 | 1001 | 110101 | 1001000 | 1000101 |
Color Harmonies of #E9DC76
Complementary color
Monochromatic Colors of #E9DC76
Black with #E9DC76
Text Example
Text Example
White with #E9DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC76; }
p { color: rgb(233,220,118); }
H1.HeaderClassName
{
color: #E9DC76;
}
.AnyTagClassName
{
color: #E9DC76;
}
</style>
background-color css
<style>
a { background-color: #E9DC76; }
a { background-color: rgb(233,220,118); }
div.DivClassName
{
background-color: #E9DC76;
}
.BgClassName
{
background-color: #E9DC76;
}
</style>
border-color css
<style>
span { border-color: #E9DC76; }
span { border-color: rgb(233,220,118); }
td.TdClassName
{
border-color: #E9DC76;
}
.TagClassName
{
border-color: #E9DC76;
}
</style>