Shades of Wild Rice #E9D574
Tints of Wild Rice #E9D574
RGB
CMYK
RGB Variations
Color information
#E9D574 (or 0xE9D574) is known color: Wild Rice. HEX triplet: E9, D5 and 74. RGB value is (233,213,116). Sum of RGB (Red+Green+Blue) = 233+213+116=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D574 is #162A8B. Grayscale: #D0D0D0. Windows color (decimal): -1452684 or 7656937. OLE color: 7656937.
HSL color Cylindrical-coordinate representation of color #E9D574: hue angle of 49.74º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9D574 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 116 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.09 |
| HSL | 49.74º | 0.73% | 0.68% | - |
| HSV(B) | 49.74º | 0.5% | 0.91% | - |
| XYZ | 60.55 | 66.17 | 26.1 | - |
| YUV | 207.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 116 | 0 | 0.09 | 0.50 | 0.09 | 49.74 | 0.73 | 0.68 |
| Hex | E9 | D5 | 74 | 0 | 9 | 32 | 9 | 32 | 49 | 44 |
| Octal | 351 | 325 | 164 | 0 | 11 | 62 | 11 | 62 | 111 | 104 |
| Binary | 11101001 | 11010101 | 1110100 | 0 | 1001 | 110010 | 1001 | 110010 | 1001001 | 1000100 |
Color Harmonies of #E9D574
Complementary color
Monochromatic Colors of #E9D574
Black with #E9D574
Text Example
Text Example
White with #E9D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D574; }
p { color: rgb(233,213,116); }
H1.HeaderClassName
{
color: #E9D574;
}
.AnyTagClassName
{
color: #E9D574;
}
</style>
background-color css
<style>
a { background-color: #E9D574; }
a { background-color: rgb(233,213,116); }
div.DivClassName
{
background-color: #E9D574;
}
.BgClassName
{
background-color: #E9D574;
}
</style>
border-color css
<style>
span { border-color: #E9D574; }
span { border-color: rgb(233,213,116); }
td.TdClassName
{
border-color: #E9D574;
}
.TagClassName
{
border-color: #E9D574;
}
</style>