Shades of Wild Rice #E1D57D
Tints of Wild Rice #E1D57D
RGB
CMYK
RGB Variations
Color information
#E1D57D (or 0xE1D57D) is known color: Wild Rice. HEX triplet: E1, D5 and 7D. RGB value is (225,213,125). Sum of RGB (Red+Green+Blue) = 225+213+125=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D57D is #1E2A82. Grayscale: #CECECE. Windows color (decimal): -1976963 or 8246753. OLE color: 8246753.
HSL color Cylindrical-coordinate representation of color #E1D57D: hue angle of 52.8º 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 #E1D57D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 125 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.12 |
| HSL | 52.8º | 0.63% | 0.69% | - |
| HSV(B) | 52.8º | 0.44% | 0.88% | - |
| XYZ | 58.55 | 65.08 | 28.88 | - |
| YUV | 206.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 125 | 0 | 0.05 | 0.44 | 0.12 | 52.8 | 0.63 | 0.69 |
| Hex | E1 | D5 | 7D | 0 | 5 | 2C | C | 35 | 3E | 45 |
| Octal | 341 | 325 | 175 | 0 | 5 | 54 | 14 | 65 | 76 | 105 |
| Binary | 11100001 | 11010101 | 1111101 | 0 | 101 | 101100 | 1100 | 110101 | 111110 | 1000101 |
Color Harmonies of #E1D57D
Complementary color
Monochromatic Colors of #E1D57D
Black with #E1D57D
Text Example
Text Example
White with #E1D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D57D; }
p { color: rgb(225,213,125); }
H1.HeaderClassName
{
color: #E1D57D;
}
.AnyTagClassName
{
color: #E1D57D;
}
</style>
background-color css
<style>
a { background-color: #E1D57D; }
a { background-color: rgb(225,213,125); }
div.DivClassName
{
background-color: #E1D57D;
}
.BgClassName
{
background-color: #E1D57D;
}
</style>
border-color css
<style>
span { border-color: #E1D57D; }
span { border-color: rgb(225,213,125); }
td.TdClassName
{
border-color: #E1D57D;
}
.TagClassName
{
border-color: #E1D57D;
}
</style>