Shades of Wild Rice #E9DA73
Tints of Wild Rice #E9DA73
RGB
CMYK
RGB Variations
Color information
#E9DA73 (or 0xE9DA73) is known color: Wild Rice. HEX triplet: E9, DA and 73. RGB value is (233,218,115). Sum of RGB (Red+Green+Blue) = 233+218+115=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA73 is #16258C. Grayscale: #D3D3D3. Windows color (decimal): -1451405 or 7592681. OLE color: 7592681.
HSL color Cylindrical-coordinate representation of color #E9DA73: hue angle of 52.37º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9DA73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.09 |
| HSL | 52.37º | 0.73% | 0.68% | - |
| HSV(B) | 52.37º | 0.51% | 0.91% | - |
| XYZ | 61.77 | 68.7 | 26.23 | - |
| YUV | 210.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 115 | 0 | 0.06 | 0.51 | 0.09 | 52.37 | 0.73 | 0.68 |
| Hex | E9 | DA | 73 | 0 | 6 | 33 | 9 | 34 | 49 | 44 |
| Octal | 351 | 332 | 163 | 0 | 6 | 63 | 11 | 64 | 111 | 104 |
| Binary | 11101001 | 11011010 | 1110011 | 0 | 110 | 110011 | 1001 | 110100 | 1001001 | 1000100 |
Color Harmonies of #E9DA73
Complementary color
Monochromatic Colors of #E9DA73
Black with #E9DA73
Text Example
Text Example
White with #E9DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA73; }
p { color: rgb(233,218,115); }
H1.HeaderClassName
{
color: #E9DA73;
}
.AnyTagClassName
{
color: #E9DA73;
}
</style>
background-color css
<style>
a { background-color: #E9DA73; }
a { background-color: rgb(233,218,115); }
div.DivClassName
{
background-color: #E9DA73;
}
.BgClassName
{
background-color: #E9DA73;
}
</style>
border-color css
<style>
span { border-color: #E9DA73; }
span { border-color: rgb(233,218,115); }
td.TdClassName
{
border-color: #E9DA73;
}
.TagClassName
{
border-color: #E9DA73;
}
</style>