Shades of Wild Rice #E9D96D
Tints of Wild Rice #E9D96D
RGB
CMYK
RGB Variations
Color information
#E9D96D (or 0xE9D96D) is known color: Wild Rice. HEX triplet: E9, D9 and 6D. RGB value is (233,217,109). Sum of RGB (Red+Green+Blue) = 233+217+109=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D96D is #162692. Grayscale: #D1D1D1. Windows color (decimal): -1451667 or 7199209. OLE color: 7199209.
HSL color Cylindrical-coordinate representation of color #E9D96D: hue angle of 52.26º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9D96D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 109 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.09 |
| HSL | 52.26º | 0.74% | 0.67% | - |
| HSV(B) | 52.26º | 0.53% | 0.91% | - |
| XYZ | 61.18 | 68.05 | 24.38 | - |
| YUV | 209.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 109 | 0 | 0.07 | 0.53 | 0.09 | 52.26 | 0.74 | 0.67 |
| Hex | E9 | D9 | 6D | 0 | 7 | 35 | 9 | 34 | 4A | 43 |
| Octal | 351 | 331 | 155 | 0 | 7 | 65 | 11 | 64 | 112 | 103 |
| Binary | 11101001 | 11011001 | 1101101 | 0 | 111 | 110101 | 1001 | 110100 | 1001010 | 1000011 |
Color Harmonies of #E9D96D
Complementary color
Monochromatic Colors of #E9D96D
Black with #E9D96D
Text Example
Text Example
White with #E9D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D96D; }
p { color: rgb(233,217,109); }
H1.HeaderClassName
{
color: #E9D96D;
}
.AnyTagClassName
{
color: #E9D96D;
}
</style>
background-color css
<style>
a { background-color: #E9D96D; }
a { background-color: rgb(233,217,109); }
div.DivClassName
{
background-color: #E9D96D;
}
.BgClassName
{
background-color: #E9D96D;
}
</style>
border-color css
<style>
span { border-color: #E9D96D; }
span { border-color: rgb(233,217,109); }
td.TdClassName
{
border-color: #E9D96D;
}
.TagClassName
{
border-color: #E9D96D;
}
</style>