Shades of Wild Rice #E1D77C
Tints of Wild Rice #E1D77C
RGB
CMYK
RGB Variations
Color information
#E1D77C (or 0xE1D77C) is known color: Wild Rice. HEX triplet: E1, D7 and 7C. RGB value is (225,215,124). Sum of RGB (Red+Green+Blue) = 225+215+124=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D77C is #1E2883. Grayscale: #CFCFCF. Windows color (decimal): -1976452 or 8181729. OLE color: 8181729.
HSL color Cylindrical-coordinate representation of color #E1D77C: hue angle of 54.06º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1D77C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 124 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.12 |
| HSL | 54.06º | 0.63% | 0.68% | - |
| HSV(B) | 54.06º | 0.45% | 0.88% | - |
| XYZ | 58.99 | 66.06 | 28.71 | - |
| YUV | 207.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 124 | 0 | 0.04 | 0.45 | 0.12 | 54.06 | 0.63 | 0.68 |
| Hex | E1 | D7 | 7C | 0 | 4 | 2D | C | 36 | 3F | 44 |
| Octal | 341 | 327 | 174 | 0 | 4 | 55 | 14 | 66 | 77 | 104 |
| Binary | 11100001 | 11010111 | 1111100 | 0 | 100 | 101101 | 1100 | 110110 | 111111 | 1000100 |
Color Harmonies of #E1D77C
Complementary color
Monochromatic Colors of #E1D77C
Black with #E1D77C
Text Example
Text Example
White with #E1D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D77C; }
p { color: rgb(225,215,124); }
H1.HeaderClassName
{
color: #E1D77C;
}
.AnyTagClassName
{
color: #E1D77C;
}
</style>
background-color css
<style>
a { background-color: #E1D77C; }
a { background-color: rgb(225,215,124); }
div.DivClassName
{
background-color: #E1D77C;
}
.BgClassName
{
background-color: #E1D77C;
}
</style>
border-color css
<style>
span { border-color: #E1D77C; }
span { border-color: rgb(225,215,124); }
td.TdClassName
{
border-color: #E1D77C;
}
.TagClassName
{
border-color: #E1D77C;
}
</style>