Shades of Wild Rice #E9DC72
Tints of Wild Rice #E9DC72
RGB
CMYK
RGB Variations
Color information
#E9DC72 (or 0xE9DC72) is known color: Wild Rice. HEX triplet: E9, DC and 72. RGB value is (233,220,114). Sum of RGB (Red+Green+Blue) = 233+220+114=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC72 is #16238D. Grayscale: #D4D4D4. Windows color (decimal): -1450894 or 7527657. OLE color: 7527657.
HSL color Cylindrical-coordinate representation of color #E9DC72: hue angle of 53.45º 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 #E9DC72 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 114 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.09 |
| HSL | 53.45º | 0.73% | 0.68% | - |
| HSV(B) | 53.45º | 0.51% | 0.91% | - |
| XYZ | 62.23 | 69.72 | 26.1 | - |
| YUV | 211.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 114 | 0 | 0.06 | 0.51 | 0.09 | 53.45 | 0.73 | 0.68 |
| Hex | E9 | DC | 72 | 0 | 6 | 33 | 9 | 35 | 49 | 44 |
| Octal | 351 | 334 | 162 | 0 | 6 | 63 | 11 | 65 | 111 | 104 |
| Binary | 11101001 | 11011100 | 1110010 | 0 | 110 | 110011 | 1001 | 110101 | 1001001 | 1000100 |
Color Harmonies of #E9DC72
Complementary color
Monochromatic Colors of #E9DC72
Black with #E9DC72
Text Example
Text Example
White with #E9DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC72; }
p { color: rgb(233,220,114); }
H1.HeaderClassName
{
color: #E9DC72;
}
.AnyTagClassName
{
color: #E9DC72;
}
</style>
background-color css
<style>
a { background-color: #E9DC72; }
a { background-color: rgb(233,220,114); }
div.DivClassName
{
background-color: #E9DC72;
}
.BgClassName
{
background-color: #E9DC72;
}
</style>
border-color css
<style>
span { border-color: #E9DC72; }
span { border-color: rgb(233,220,114); }
td.TdClassName
{
border-color: #E9DC72;
}
.TagClassName
{
border-color: #E9DC72;
}
</style>