Shades of Wild Rice #E9D96A
Tints of Wild Rice #E9D96A
RGB
CMYK
RGB Variations
Color information
#E9D96A (or 0xE9D96A) is known color: Wild Rice. HEX triplet: E9, D9 and 6A. RGB value is (233,217,106). Sum of RGB (Red+Green+Blue) = 233+217+106=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D96A is #162695. Grayscale: #D1D1D1. Windows color (decimal): -1451670 or 7002601. OLE color: 7002601.
HSL color Cylindrical-coordinate representation of color #E9D96A: hue angle of 52.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9D96A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 106 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.09 |
| HSL | 52.44º | 0.74% | 0.66% | - |
| HSV(B) | 52.44º | 0.55% | 0.91% | - |
| XYZ | 61.02 | 67.99 | 23.54 | - |
| YUV | 209.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 106 | 0 | 0.07 | 0.55 | 0.09 | 52.44 | 0.74 | 0.66 |
| Hex | E9 | D9 | 6A | 0 | 7 | 37 | 9 | 34 | 4A | 42 |
| Octal | 351 | 331 | 152 | 0 | 7 | 67 | 11 | 64 | 112 | 102 |
| Binary | 11101001 | 11011001 | 1101010 | 0 | 111 | 110111 | 1001 | 110100 | 1001010 | 1000010 |
Color Harmonies of #E9D96A
Complementary color
Monochromatic Colors of #E9D96A
Black with #E9D96A
Text Example
Text Example
White with #E9D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D96A; }
p { color: rgb(233,217,106); }
H1.HeaderClassName
{
color: #E9D96A;
}
.AnyTagClassName
{
color: #E9D96A;
}
</style>
background-color css
<style>
a { background-color: #E9D96A; }
a { background-color: rgb(233,217,106); }
div.DivClassName
{
background-color: #E9D96A;
}
.BgClassName
{
background-color: #E9D96A;
}
</style>
border-color css
<style>
span { border-color: #E9D96A; }
span { border-color: rgb(233,217,106); }
td.TdClassName
{
border-color: #E9D96A;
}
.TagClassName
{
border-color: #E9D96A;
}
</style>