Shades of Wild Rice #E9D76D
Tints of Wild Rice #E9D76D
RGB
CMYK
RGB Variations
Color information
#E9D76D (or 0xE9D76D) is known color: Wild Rice. HEX triplet: E9, D7 and 6D. RGB value is (233,215,109). Sum of RGB (Red+Green+Blue) = 233+215+109=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D76D is #162892. Grayscale: #D0D0D0. Windows color (decimal): -1452179 or 7198697. OLE color: 7198697.
HSL color Cylindrical-coordinate representation of color #E9D76D: hue angle of 51.29º 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 #E9D76D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 109 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.09 |
| HSL | 51.29º | 0.74% | 0.67% | - |
| HSV(B) | 51.29º | 0.53% | 0.91% | - |
| XYZ | 60.67 | 67.03 | 24.21 | - |
| YUV | 208.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 109 | 0 | 0.08 | 0.53 | 0.09 | 51.29 | 0.74 | 0.67 |
| Hex | E9 | D7 | 6D | 0 | 8 | 35 | 9 | 33 | 4A | 43 |
| Octal | 351 | 327 | 155 | 0 | 10 | 65 | 11 | 63 | 112 | 103 |
| Binary | 11101001 | 11010111 | 1101101 | 0 | 1000 | 110101 | 1001 | 110011 | 1001010 | 1000011 |
Color Harmonies of #E9D76D
Complementary color
Monochromatic Colors of #E9D76D
Black with #E9D76D
Text Example
Text Example
White with #E9D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D76D; }
p { color: rgb(233,215,109); }
H1.HeaderClassName
{
color: #E9D76D;
}
.AnyTagClassName
{
color: #E9D76D;
}
</style>
background-color css
<style>
a { background-color: #E9D76D; }
a { background-color: rgb(233,215,109); }
div.DivClassName
{
background-color: #E9D76D;
}
.BgClassName
{
background-color: #E9D76D;
}
</style>
border-color css
<style>
span { border-color: #E9D76D; }
span { border-color: rgb(233,215,109); }
td.TdClassName
{
border-color: #E9D76D;
}
.TagClassName
{
border-color: #E9D76D;
}
</style>