Shades of Wild Rice #E7DD77
Tints of Wild Rice #E7DD77
RGB
CMYK
RGB Variations
Color information
#E7DD77 (or 0xE7DD77) is known color: Wild Rice. HEX triplet: E7, DD and 77. RGB value is (231,221,119). Sum of RGB (Red+Green+Blue) = 231+221+119=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD77 is #182288. Grayscale: #D4D4D4. Windows color (decimal): -1581705 or 7855591. OLE color: 7855591.
HSL color Cylindrical-coordinate representation of color #E7DD77: hue angle of 54.64º 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 #E7DD77 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 119 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.09 |
| HSL | 54.64º | 0.7% | 0.69% | - |
| HSV(B) | 54.64º | 0.48% | 0.91% | - |
| XYZ | 62.14 | 70.03 | 27.7 | - |
| YUV | 212.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 119 | 0 | 0.04 | 0.48 | 0.09 | 54.64 | 0.7 | 0.69 |
| Hex | E7 | DD | 77 | 0 | 4 | 30 | 9 | 37 | 46 | 45 |
| Octal | 347 | 335 | 167 | 0 | 4 | 60 | 11 | 67 | 106 | 105 |
| Binary | 11100111 | 11011101 | 1110111 | 0 | 100 | 110000 | 1001 | 110111 | 1000110 | 1000101 |
Color Harmonies of #E7DD77
Complementary color
Monochromatic Colors of #E7DD77
Black with #E7DD77
Text Example
Text Example
White with #E7DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD77; }
p { color: rgb(231,221,119); }
H1.HeaderClassName
{
color: #E7DD77;
}
.AnyTagClassName
{
color: #E7DD77;
}
</style>
background-color css
<style>
a { background-color: #E7DD77; }
a { background-color: rgb(231,221,119); }
div.DivClassName
{
background-color: #E7DD77;
}
.BgClassName
{
background-color: #E7DD77;
}
</style>
border-color css
<style>
span { border-color: #E7DD77; }
span { border-color: rgb(231,221,119); }
td.TdClassName
{
border-color: #E7DD77;
}
.TagClassName
{
border-color: #E7DD77;
}
</style>