Shades of Wild Rice #E1D16E
Tints of Wild Rice #E1D16E
RGB
CMYK
RGB Variations
Color information
#E1D16E (or 0xE1D16E) is known color: Wild Rice. HEX triplet: E1, D1 and 6E. RGB value is (225,209,110). Sum of RGB (Red+Green+Blue) = 225+209+110=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D16E is #1E2E91. Grayscale: #CACACA. Windows color (decimal): -1978002 or 7262689. OLE color: 7262689.
HSL color Cylindrical-coordinate representation of color #E1D16E: hue angle of 51.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1D16E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 110 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.12 |
| HSL | 51.65º | 0.66% | 0.66% | - |
| HSV(B) | 51.65º | 0.51% | 0.88% | - |
| XYZ | 56.67 | 62.73 | 23.87 | - |
| YUV | 202.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 110 | 0 | 0.07 | 0.51 | 0.12 | 51.65 | 0.66 | 0.66 |
| Hex | E1 | D1 | 6E | 0 | 7 | 33 | C | 34 | 42 | 42 |
| Octal | 341 | 321 | 156 | 0 | 7 | 63 | 14 | 64 | 102 | 102 |
| Binary | 11100001 | 11010001 | 1101110 | 0 | 111 | 110011 | 1100 | 110100 | 1000010 | 1000010 |
Color Harmonies of #E1D16E
Complementary color
Monochromatic Colors of #E1D16E
Black with #E1D16E
Text Example
Text Example
White with #E1D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D16E; }
p { color: rgb(225,209,110); }
H1.HeaderClassName
{
color: #E1D16E;
}
.AnyTagClassName
{
color: #E1D16E;
}
</style>
background-color css
<style>
a { background-color: #E1D16E; }
a { background-color: rgb(225,209,110); }
div.DivClassName
{
background-color: #E1D16E;
}
.BgClassName
{
background-color: #E1D16E;
}
</style>
border-color css
<style>
span { border-color: #E1D16E; }
span { border-color: rgb(225,209,110); }
td.TdClassName
{
border-color: #E1D16E;
}
.TagClassName
{
border-color: #E1D16E;
}
</style>