Shades of Wild Rice #E9D572
Tints of Wild Rice #E9D572
RGB
CMYK
RGB Variations
Color information
#E9D572 (or 0xE9D572) is known color: Wild Rice. HEX triplet: E9, D5 and 72. RGB value is (233,213,114). Sum of RGB (Red+Green+Blue) = 233+213+114=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D572 is #162A8D. Grayscale: #D0D0D0. Windows color (decimal): -1452686 or 7525865. OLE color: 7525865.
HSL color Cylindrical-coordinate representation of color #E9D572: hue angle of 49.92º 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 #E9D572 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 114 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.09 |
| HSL | 49.92º | 0.73% | 0.68% | - |
| HSV(B) | 49.92º | 0.51% | 0.91% | - |
| XYZ | 60.44 | 66.13 | 25.5 | - |
| YUV | 207.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 114 | 0 | 0.09 | 0.51 | 0.09 | 49.92 | 0.73 | 0.68 |
| Hex | E9 | D5 | 72 | 0 | 9 | 33 | 9 | 32 | 49 | 44 |
| Octal | 351 | 325 | 162 | 0 | 11 | 63 | 11 | 62 | 111 | 104 |
| Binary | 11101001 | 11010101 | 1110010 | 0 | 1001 | 110011 | 1001 | 110010 | 1001001 | 1000100 |
Color Harmonies of #E9D572
Complementary color
Monochromatic Colors of #E9D572
Black with #E9D572
Text Example
Text Example
White with #E9D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D572; }
p { color: rgb(233,213,114); }
H1.HeaderClassName
{
color: #E9D572;
}
.AnyTagClassName
{
color: #E9D572;
}
</style>
background-color css
<style>
a { background-color: #E9D572; }
a { background-color: rgb(233,213,114); }
div.DivClassName
{
background-color: #E9D572;
}
.BgClassName
{
background-color: #E9D572;
}
</style>
border-color css
<style>
span { border-color: #E9D572; }
span { border-color: rgb(233,213,114); }
td.TdClassName
{
border-color: #E9D572;
}
.TagClassName
{
border-color: #E9D572;
}
</style>