Shades of Wild Rice #E9D971
Tints of Wild Rice #E9D971
RGB
CMYK
RGB Variations
Color information
#E9D971 (or 0xE9D971) is known color: Wild Rice. HEX triplet: E9, D9 and 71. RGB value is (233,217,113). Sum of RGB (Red+Green+Blue) = 233+217+113=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D971 is #16268E. Grayscale: #D2D2D2. Windows color (decimal): -1451663 or 7461353. OLE color: 7461353.
HSL color Cylindrical-coordinate representation of color #E9D971: hue angle of 52º 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 #E9D971 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 113 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.09 |
| HSL | 52º | 0.73% | 0.68% | - |
| HSV(B) | 52º | 0.52% | 0.91% | - |
| XYZ | 61.4 | 68.14 | 25.54 | - |
| YUV | 209.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 113 | 0 | 0.07 | 0.52 | 0.09 | 52 | 0.73 | 0.68 |
| Hex | E9 | D9 | 71 | 0 | 7 | 34 | 9 | 34 | 49 | 44 |
| Octal | 351 | 331 | 161 | 0 | 7 | 64 | 11 | 64 | 111 | 104 |
| Binary | 11101001 | 11011001 | 1110001 | 0 | 111 | 110100 | 1001 | 110100 | 1001001 | 1000100 |
Color Harmonies of #E9D971
Complementary color
Monochromatic Colors of #E9D971
Black with #E9D971
Text Example
Text Example
White with #E9D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D971; }
p { color: rgb(233,217,113); }
H1.HeaderClassName
{
color: #E9D971;
}
.AnyTagClassName
{
color: #E9D971;
}
</style>
background-color css
<style>
a { background-color: #E9D971; }
a { background-color: rgb(233,217,113); }
div.DivClassName
{
background-color: #E9D971;
}
.BgClassName
{
background-color: #E9D971;
}
</style>
border-color css
<style>
span { border-color: #E9D971; }
span { border-color: rgb(233,217,113); }
td.TdClassName
{
border-color: #E9D971;
}
.TagClassName
{
border-color: #E9D971;
}
</style>