Shades of Wild Rice #E9DA76
Tints of Wild Rice #E9DA76
RGB
CMYK
RGB Variations
Color information
#E9DA76 (or 0xE9DA76) is known color: Wild Rice. HEX triplet: E9, DA and 76. RGB value is (233,218,118). Sum of RGB (Red+Green+Blue) = 233+218+118=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA76 is #162589. Grayscale: #D3D3D3. Windows color (decimal): -1451402 or 7789289. OLE color: 7789289.
HSL color Cylindrical-coordinate representation of color #E9DA76: hue angle of 52.17º 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 #E9DA76 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 118 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.09 |
| HSL | 52.17º | 0.72% | 0.69% | - |
| HSV(B) | 52.17º | 0.49% | 0.91% | - |
| XYZ | 61.95 | 68.77 | 27.15 | - |
| YUV | 211.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 118 | 0 | 0.06 | 0.49 | 0.09 | 52.17 | 0.72 | 0.69 |
| Hex | E9 | DA | 76 | 0 | 6 | 31 | 9 | 34 | 48 | 45 |
| Octal | 351 | 332 | 166 | 0 | 6 | 61 | 11 | 64 | 110 | 105 |
| Binary | 11101001 | 11011010 | 1110110 | 0 | 110 | 110001 | 1001 | 110100 | 1001000 | 1000101 |
Color Harmonies of #E9DA76
Complementary color
Monochromatic Colors of #E9DA76
Black with #E9DA76
Text Example
Text Example
White with #E9DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA76; }
p { color: rgb(233,218,118); }
H1.HeaderClassName
{
color: #E9DA76;
}
.AnyTagClassName
{
color: #E9DA76;
}
</style>
background-color css
<style>
a { background-color: #E9DA76; }
a { background-color: rgb(233,218,118); }
div.DivClassName
{
background-color: #E9DA76;
}
.BgClassName
{
background-color: #E9DA76;
}
</style>
border-color css
<style>
span { border-color: #E9DA76; }
span { border-color: rgb(233,218,118); }
td.TdClassName
{
border-color: #E9DA76;
}
.TagClassName
{
border-color: #E9DA76;
}
</style>