Shades of Wild Rice #E9DA70
Tints of Wild Rice #E9DA70
RGB
CMYK
RGB Variations
Color information
#E9DA70 (or 0xE9DA70) is known color: Wild Rice. HEX triplet: E9, DA and 70. RGB value is (233,218,112). Sum of RGB (Red+Green+Blue) = 233+218+112=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA70 is #16258F. Grayscale: #D2D2D2. Windows color (decimal): -1451408 or 7396073. OLE color: 7396073.
HSL color Cylindrical-coordinate representation of color #E9DA70: hue angle of 52.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9DA70 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 112 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.09 |
| HSL | 52.56º | 0.73% | 0.68% | - |
| HSV(B) | 52.56º | 0.52% | 0.91% | - |
| XYZ | 61.6 | 68.64 | 25.33 | - |
| YUV | 210.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 112 | 0 | 0.06 | 0.52 | 0.09 | 52.56 | 0.73 | 0.68 |
| Hex | E9 | DA | 70 | 0 | 6 | 34 | 9 | 35 | 49 | 44 |
| Octal | 351 | 332 | 160 | 0 | 6 | 64 | 11 | 65 | 111 | 104 |
| Binary | 11101001 | 11011010 | 1110000 | 0 | 110 | 110100 | 1001 | 110101 | 1001001 | 1000100 |
Color Harmonies of #E9DA70
Complementary color
Monochromatic Colors of #E9DA70
Black with #E9DA70
Text Example
Text Example
White with #E9DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA70; }
p { color: rgb(233,218,112); }
H1.HeaderClassName
{
color: #E9DA70;
}
.AnyTagClassName
{
color: #E9DA70;
}
</style>
background-color css
<style>
a { background-color: #E9DA70; }
a { background-color: rgb(233,218,112); }
div.DivClassName
{
background-color: #E9DA70;
}
.BgClassName
{
background-color: #E9DA70;
}
</style>
border-color css
<style>
span { border-color: #E9DA70; }
span { border-color: rgb(233,218,112); }
td.TdClassName
{
border-color: #E9DA70;
}
.TagClassName
{
border-color: #E9DA70;
}
</style>