Shades of Wild Rice #E9D77A
Tints of Wild Rice #E9D77A
RGB
CMYK
RGB Variations
Color information
#E9D77A (or 0xE9D77A) is known color: Wild Rice. HEX triplet: E9, D7 and 7A. RGB value is (233,215,122). Sum of RGB (Red+Green+Blue) = 233+215+122=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D77A is #162885. Grayscale: #D2D2D2. Windows color (decimal): -1452166 or 8050665. OLE color: 8050665.
HSL color Cylindrical-coordinate representation of color #E9D77A: hue angle of 50.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9D77A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 122 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.09 |
| HSL | 50.27º | 0.72% | 0.7% | - |
| HSV(B) | 50.27º | 0.48% | 0.91% | - |
| XYZ | 61.42 | 67.33 | 28.17 | - |
| YUV | 209.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 122 | 0 | 0.08 | 0.48 | 0.09 | 50.27 | 0.72 | 0.7 |
| Hex | E9 | D7 | 7A | 0 | 8 | 30 | 9 | 32 | 48 | 46 |
| Octal | 351 | 327 | 172 | 0 | 10 | 60 | 11 | 62 | 110 | 106 |
| Binary | 11101001 | 11010111 | 1111010 | 0 | 1000 | 110000 | 1001 | 110010 | 1001000 | 1000110 |
Color Harmonies of #E9D77A
Complementary color
Monochromatic Colors of #E9D77A
Black with #E9D77A
Text Example
Text Example
White with #E9D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D77A; }
p { color: rgb(233,215,122); }
H1.HeaderClassName
{
color: #E9D77A;
}
.AnyTagClassName
{
color: #E9D77A;
}
</style>
background-color css
<style>
a { background-color: #E9D77A; }
a { background-color: rgb(233,215,122); }
div.DivClassName
{
background-color: #E9D77A;
}
.BgClassName
{
background-color: #E9D77A;
}
</style>
border-color css
<style>
span { border-color: #E9D77A; }
span { border-color: rgb(233,215,122); }
td.TdClassName
{
border-color: #E9D77A;
}
.TagClassName
{
border-color: #E9D77A;
}
</style>