Shades of Wild Rice #E1D77E
Tints of Wild Rice #E1D77E
RGB
CMYK
RGB Variations
Color information
#E1D77E (or 0xE1D77E) is known color: Wild Rice. HEX triplet: E1, D7 and 7E. RGB value is (225,215,126). Sum of RGB (Red+Green+Blue) = 225+215+126=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D77E is #1E2881. Grayscale: #D0D0D0. Windows color (decimal): -1976450 or 8312801. OLE color: 8312801.
HSL color Cylindrical-coordinate representation of color #E1D77E: hue angle of 53.94º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1D77E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 126 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.12 |
| HSL | 53.94º | 0.62% | 0.69% | - |
| HSV(B) | 53.94º | 0.44% | 0.88% | - |
| XYZ | 59.12 | 66.11 | 29.38 | - |
| YUV | 207.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 126 | 0 | 0.04 | 0.44 | 0.12 | 53.94 | 0.62 | 0.69 |
| Hex | E1 | D7 | 7E | 0 | 4 | 2C | C | 36 | 3E | 45 |
| Octal | 341 | 327 | 176 | 0 | 4 | 54 | 14 | 66 | 76 | 105 |
| Binary | 11100001 | 11010111 | 1111110 | 0 | 100 | 101100 | 1100 | 110110 | 111110 | 1000101 |
Color Harmonies of #E1D77E
Complementary color
Monochromatic Colors of #E1D77E
Black with #E1D77E
Text Example
Text Example
White with #E1D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D77E; }
p { color: rgb(225,215,126); }
H1.HeaderClassName
{
color: #E1D77E;
}
.AnyTagClassName
{
color: #E1D77E;
}
</style>
background-color css
<style>
a { background-color: #E1D77E; }
a { background-color: rgb(225,215,126); }
div.DivClassName
{
background-color: #E1D77E;
}
.BgClassName
{
background-color: #E1D77E;
}
</style>
border-color css
<style>
span { border-color: #E1D77E; }
span { border-color: rgb(225,215,126); }
td.TdClassName
{
border-color: #E1D77E;
}
.TagClassName
{
border-color: #E1D77E;
}
</style>