Shades of Wild Rice #E1D56E
Tints of Wild Rice #E1D56E
RGB
CMYK
RGB Variations
Color information
#E1D56E (or 0xE1D56E) is known color: Wild Rice. HEX triplet: E1, D5 and 6E. RGB value is (225,213,110). Sum of RGB (Red+Green+Blue) = 225+213+110=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D56E is #1E2A91. Grayscale: #CDCDCD. Windows color (decimal): -1976978 or 7263713. OLE color: 7263713.
HSL color Cylindrical-coordinate representation of color #E1D56E: hue angle of 53.74º 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 #E1D56E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 110 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.12 |
| HSL | 53.74º | 0.66% | 0.66% | - |
| HSV(B) | 53.74º | 0.51% | 0.88% | - |
| XYZ | 57.66 | 64.72 | 24.21 | - |
| YUV | 204.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 110 | 0 | 0.05 | 0.51 | 0.12 | 53.74 | 0.66 | 0.66 |
| Hex | E1 | D5 | 6E | 0 | 5 | 33 | C | 36 | 42 | 42 |
| Octal | 341 | 325 | 156 | 0 | 5 | 63 | 14 | 66 | 102 | 102 |
| Binary | 11100001 | 11010101 | 1101110 | 0 | 101 | 110011 | 1100 | 110110 | 1000010 | 1000010 |
Color Harmonies of #E1D56E
Complementary color
Monochromatic Colors of #E1D56E
Black with #E1D56E
Text Example
Text Example
White with #E1D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D56E; }
p { color: rgb(225,213,110); }
H1.HeaderClassName
{
color: #E1D56E;
}
.AnyTagClassName
{
color: #E1D56E;
}
</style>
background-color css
<style>
a { background-color: #E1D56E; }
a { background-color: rgb(225,213,110); }
div.DivClassName
{
background-color: #E1D56E;
}
.BgClassName
{
background-color: #E1D56E;
}
</style>
border-color css
<style>
span { border-color: #E1D56E; }
span { border-color: rgb(225,213,110); }
td.TdClassName
{
border-color: #E1D56E;
}
.TagClassName
{
border-color: #E1D56E;
}
</style>