Shades of Wild Rice #E1D57A
Tints of Wild Rice #E1D57A
RGB
CMYK
RGB Variations
Color information
#E1D57A (or 0xE1D57A) is known color: Wild Rice. HEX triplet: E1, D5 and 7A. RGB value is (225,213,122). Sum of RGB (Red+Green+Blue) = 225+213+122=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D57A is #1E2A85. Grayscale: #CECECE. Windows color (decimal): -1976966 or 8050145. OLE color: 8050145.
HSL color Cylindrical-coordinate representation of color #E1D57A: hue angle of 53.01º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1D57A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 122 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.12 |
| HSL | 53.01º | 0.63% | 0.68% | - |
| HSV(B) | 53.01º | 0.46% | 0.88% | - |
| XYZ | 58.36 | 65 | 27.88 | - |
| YUV | 206.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 122 | 0 | 0.05 | 0.46 | 0.12 | 53.01 | 0.63 | 0.68 |
| Hex | E1 | D5 | 7A | 0 | 5 | 2E | C | 35 | 3F | 44 |
| Octal | 341 | 325 | 172 | 0 | 5 | 56 | 14 | 65 | 77 | 104 |
| Binary | 11100001 | 11010101 | 1111010 | 0 | 101 | 101110 | 1100 | 110101 | 111111 | 1000100 |
Color Harmonies of #E1D57A
Complementary color
Monochromatic Colors of #E1D57A
Black with #E1D57A
Text Example
Text Example
White with #E1D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D57A; }
p { color: rgb(225,213,122); }
H1.HeaderClassName
{
color: #E1D57A;
}
.AnyTagClassName
{
color: #E1D57A;
}
</style>
background-color css
<style>
a { background-color: #E1D57A; }
a { background-color: rgb(225,213,122); }
div.DivClassName
{
background-color: #E1D57A;
}
.BgClassName
{
background-color: #E1D57A;
}
</style>
border-color css
<style>
span { border-color: #E1D57A; }
span { border-color: rgb(225,213,122); }
td.TdClassName
{
border-color: #E1D57A;
}
.TagClassName
{
border-color: #E1D57A;
}
</style>