Shades of Wild Rice #E9D376
Tints of Wild Rice #E9D376
RGB
CMYK
RGB Variations
Color information
#E9D376 (or 0xE9D376) is known color: Wild Rice. HEX triplet: E9, D3 and 76. RGB value is (233,211,118). Sum of RGB (Red+Green+Blue) = 233+211+118=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D376 is #162C89. Grayscale: #CFCFCF. Windows color (decimal): -1453194 or 7787497. OLE color: 7787497.
HSL color Cylindrical-coordinate representation of color #E9D376: hue angle of 48.52º 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 #E9D376 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 118 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.09 |
| HSL | 48.52º | 0.72% | 0.69% | - |
| HSV(B) | 48.52º | 0.49% | 0.91% | - |
| XYZ | 60.17 | 65.22 | 26.56 | - |
| YUV | 206.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 118 | 0 | 0.09 | 0.49 | 0.09 | 48.52 | 0.72 | 0.69 |
| Hex | E9 | D3 | 76 | 0 | 9 | 31 | 9 | 31 | 48 | 45 |
| Octal | 351 | 323 | 166 | 0 | 11 | 61 | 11 | 61 | 110 | 105 |
| Binary | 11101001 | 11010011 | 1110110 | 0 | 1001 | 110001 | 1001 | 110001 | 1001000 | 1000101 |
Color Harmonies of #E9D376
Complementary color
Monochromatic Colors of #E9D376
Black with #E9D376
Text Example
Text Example
White with #E9D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D376; }
p { color: rgb(233,211,118); }
H1.HeaderClassName
{
color: #E9D376;
}
.AnyTagClassName
{
color: #E9D376;
}
</style>
background-color css
<style>
a { background-color: #E9D376; }
a { background-color: rgb(233,211,118); }
div.DivClassName
{
background-color: #E9D376;
}
.BgClassName
{
background-color: #E9D376;
}
</style>
border-color css
<style>
span { border-color: #E9D376; }
span { border-color: rgb(233,211,118); }
td.TdClassName
{
border-color: #E9D376;
}
.TagClassName
{
border-color: #E9D376;
}
</style>