Shades of Wild Rice #E9D076
Tints of Wild Rice #E9D076
RGB
CMYK
RGB Variations
Color information
#E9D076 (or 0xE9D076) is known color: Wild Rice. HEX triplet: E9, D0 and 76. RGB value is (233,208,118). Sum of RGB (Red+Green+Blue) = 233+208+118=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D076 is #162F89. Grayscale: #CDCDCD. Windows color (decimal): -1453962 or 7786729. OLE color: 7786729.
HSL color Cylindrical-coordinate representation of color #E9D076: hue angle of 46.96º 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 #E9D076 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 118 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.09 |
| HSL | 46.96º | 0.72% | 0.69% | - |
| HSV(B) | 46.96º | 0.49% | 0.91% | - |
| XYZ | 59.43 | 63.74 | 26.31 | - |
| YUV | 205.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 118 | 0 | 0.11 | 0.49 | 0.09 | 46.96 | 0.72 | 0.69 |
| Hex | E9 | D0 | 76 | 0 | B | 31 | 9 | 2F | 48 | 45 |
| Octal | 351 | 320 | 166 | 0 | 13 | 61 | 11 | 57 | 110 | 105 |
| Binary | 11101001 | 11010000 | 1110110 | 0 | 1011 | 110001 | 1001 | 101111 | 1001000 | 1000101 |
Color Harmonies of #E9D076
Complementary color
Monochromatic Colors of #E9D076
Black with #E9D076
Text Example
Text Example
White with #E9D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D076; }
p { color: rgb(233,208,118); }
H1.HeaderClassName
{
color: #E9D076;
}
.AnyTagClassName
{
color: #E9D076;
}
</style>
background-color css
<style>
a { background-color: #E9D076; }
a { background-color: rgb(233,208,118); }
div.DivClassName
{
background-color: #E9D076;
}
.BgClassName
{
background-color: #E9D076;
}
</style>
border-color css
<style>
span { border-color: #E9D076; }
span { border-color: rgb(233,208,118); }
td.TdClassName
{
border-color: #E9D076;
}
.TagClassName
{
border-color: #E9D076;
}
</style>