Shades of Wild Rice #E1DA7E
Tints of Wild Rice #E1DA7E
RGB
CMYK
RGB Variations
Color information
#E1DA7E (or 0xE1DA7E) is known color: Wild Rice. HEX triplet: E1, DA and 7E. RGB value is (225,218,126). Sum of RGB (Red+Green+Blue) = 225+218+126=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA7E is #1E2581. Grayscale: #D1D1D1. Windows color (decimal): -1975682 or 8313569. OLE color: 8313569.
HSL color Cylindrical-coordinate representation of color #E1DA7E: hue angle of 55.76º 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 #E1DA7E is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 126 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.12 |
| HSL | 55.76º | 0.62% | 0.69% | - |
| HSV(B) | 55.76º | 0.44% | 0.88% | - |
| XYZ | 59.89 | 67.66 | 29.64 | - |
| YUV | 209.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 126 | 0 | 0.03 | 0.44 | 0.12 | 55.76 | 0.62 | 0.69 |
| Hex | E1 | DA | 7E | 0 | 3 | 2C | C | 38 | 3E | 45 |
| Octal | 341 | 332 | 176 | 0 | 3 | 54 | 14 | 70 | 76 | 105 |
| Binary | 11100001 | 11011010 | 1111110 | 0 | 11 | 101100 | 1100 | 111000 | 111110 | 1000101 |
Color Harmonies of #E1DA7E
Complementary color
Monochromatic Colors of #E1DA7E
Black with #E1DA7E
Text Example
Text Example
White with #E1DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA7E; }
p { color: rgb(225,218,126); }
H1.HeaderClassName
{
color: #E1DA7E;
}
.AnyTagClassName
{
color: #E1DA7E;
}
</style>
background-color css
<style>
a { background-color: #E1DA7E; }
a { background-color: rgb(225,218,126); }
div.DivClassName
{
background-color: #E1DA7E;
}
.BgClassName
{
background-color: #E1DA7E;
}
</style>
border-color css
<style>
span { border-color: #E1DA7E; }
span { border-color: rgb(225,218,126); }
td.TdClassName
{
border-color: #E1DA7E;
}
.TagClassName
{
border-color: #E1DA7E;
}
</style>