Shades of Wild Rice #E7D577
Tints of Wild Rice #E7D577
RGB
CMYK
RGB Variations
Color information
#E7D577 (or 0xE7D577) is known color: Wild Rice. HEX triplet: E7, D5 and 77. RGB value is (231,213,119). Sum of RGB (Red+Green+Blue) = 231+213+119=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D577 is #182A88. Grayscale: #D0D0D0. Windows color (decimal): -1583753 or 7853543. OLE color: 7853543.
HSL color Cylindrical-coordinate representation of color #E7D577: hue angle of 50.36º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7D577 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 119 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.09 |
| HSL | 50.36º | 0.7% | 0.69% | - |
| HSV(B) | 50.36º | 0.48% | 0.91% | - |
| XYZ | 60.08 | 65.91 | 27.01 | - |
| YUV | 207.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 119 | 0 | 0.08 | 0.48 | 0.09 | 50.36 | 0.7 | 0.69 |
| Hex | E7 | D5 | 77 | 0 | 8 | 30 | 9 | 32 | 46 | 45 |
| Octal | 347 | 325 | 167 | 0 | 10 | 60 | 11 | 62 | 106 | 105 |
| Binary | 11100111 | 11010101 | 1110111 | 0 | 1000 | 110000 | 1001 | 110010 | 1000110 | 1000101 |
Color Harmonies of #E7D577
Complementary color
Monochromatic Colors of #E7D577
Black with #E7D577
Text Example
Text Example
White with #E7D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D577; }
p { color: rgb(231,213,119); }
H1.HeaderClassName
{
color: #E7D577;
}
.AnyTagClassName
{
color: #E7D577;
}
</style>
background-color css
<style>
a { background-color: #E7D577; }
a { background-color: rgb(231,213,119); }
div.DivClassName
{
background-color: #E7D577;
}
.BgClassName
{
background-color: #E7D577;
}
</style>
border-color css
<style>
span { border-color: #E7D577; }
span { border-color: rgb(231,213,119); }
td.TdClassName
{
border-color: #E7D577;
}
.TagClassName
{
border-color: #E7D577;
}
</style>