Shades of Wild Rice #E9DA6F
Tints of Wild Rice #E9DA6F
RGB
CMYK
RGB Variations
Color information
#E9DA6F (or 0xE9DA6F) is known color: Wild Rice. HEX triplet: E9, DA and 6F. RGB value is (233,218,111). Sum of RGB (Red+Green+Blue) = 233+218+111=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA6F is #162590. Grayscale: #D2D2D2. Windows color (decimal): -1451409 or 7330537. OLE color: 7330537.
HSL color Cylindrical-coordinate representation of color #E9DA6F: hue angle of 52.62º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9DA6F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 111 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.09 |
| HSL | 52.62º | 0.73% | 0.67% | - |
| HSV(B) | 52.62º | 0.52% | 0.91% | - |
| XYZ | 61.54 | 68.61 | 25.04 | - |
| YUV | 210.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 111 | 0 | 0.06 | 0.52 | 0.09 | 52.62 | 0.73 | 0.67 |
| Hex | E9 | DA | 6F | 0 | 6 | 34 | 9 | 35 | 49 | 43 |
| Octal | 351 | 332 | 157 | 0 | 6 | 64 | 11 | 65 | 111 | 103 |
| Binary | 11101001 | 11011010 | 1101111 | 0 | 110 | 110100 | 1001 | 110101 | 1001001 | 1000011 |
Color Harmonies of #E9DA6F
Complementary color
Monochromatic Colors of #E9DA6F
Black with #E9DA6F
Text Example
Text Example
White with #E9DA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA6F; }
p { color: rgb(233,218,111); }
H1.HeaderClassName
{
color: #E9DA6F;
}
.AnyTagClassName
{
color: #E9DA6F;
}
</style>
background-color css
<style>
a { background-color: #E9DA6F; }
a { background-color: rgb(233,218,111); }
div.DivClassName
{
background-color: #E9DA6F;
}
.BgClassName
{
background-color: #E9DA6F;
}
</style>
border-color css
<style>
span { border-color: #E9DA6F; }
span { border-color: rgb(233,218,111); }
td.TdClassName
{
border-color: #E9DA6F;
}
.TagClassName
{
border-color: #E9DA6F;
}
</style>