Shades of Wild Rice #E1D976
Tints of Wild Rice #E1D976
RGB
CMYK
RGB Variations
Color information
#E1D976 (or 0xE1D976) is known color: Wild Rice. HEX triplet: E1, D9 and 76. RGB value is (225,217,118). Sum of RGB (Red+Green+Blue) = 225+217+118=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D976 is #1E2689. Grayscale: #D0D0D0. Windows color (decimal): -1975946 or 7789025. OLE color: 7789025.
HSL color Cylindrical-coordinate representation of color #E1D976: hue angle of 55.51º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1D976 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 118 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.12 |
| HSL | 55.51º | 0.64% | 0.67% | - |
| HSV(B) | 55.51º | 0.48% | 0.88% | - |
| XYZ | 59.13 | 66.94 | 26.94 | - |
| YUV | 208.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 118 | 0 | 0.04 | 0.48 | 0.12 | 55.51 | 0.64 | 0.67 |
| Hex | E1 | D9 | 76 | 0 | 4 | 30 | C | 38 | 40 | 43 |
| Octal | 341 | 331 | 166 | 0 | 4 | 60 | 14 | 70 | 100 | 103 |
| Binary | 11100001 | 11011001 | 1110110 | 0 | 100 | 110000 | 1100 | 111000 | 1000000 | 1000011 |
Color Harmonies of #E1D976
Complementary color
Monochromatic Colors of #E1D976
Black with #E1D976
Text Example
Text Example
White with #E1D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D976; }
p { color: rgb(225,217,118); }
H1.HeaderClassName
{
color: #E1D976;
}
.AnyTagClassName
{
color: #E1D976;
}
</style>
background-color css
<style>
a { background-color: #E1D976; }
a { background-color: rgb(225,217,118); }
div.DivClassName
{
background-color: #E1D976;
}
.BgClassName
{
background-color: #E1D976;
}
</style>
border-color css
<style>
span { border-color: #E1D976; }
span { border-color: rgb(225,217,118); }
td.TdClassName
{
border-color: #E1D976;
}
.TagClassName
{
border-color: #E1D976;
}
</style>