Shades of Wild Rice #E0D56E
Tints of Wild Rice #E0D56E
RGB
CMYK
RGB Variations
Color information
#E0D56E (or 0xE0D56E) is known color: Wild Rice. HEX triplet: E0, D5 and 6E. RGB value is (224,213,110). Sum of RGB (Red+Green+Blue) = 224+213+110=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D56E is #1F2A91. Grayscale: #CCCCCC. Windows color (decimal): -2042514 or 7263712. OLE color: 7263712.
HSL color Cylindrical-coordinate representation of color #E0D56E: hue angle of 54.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0D56E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 110 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.12 |
| HSL | 54.21º | 0.65% | 0.65% | - |
| HSV(B) | 54.21º | 0.51% | 0.88% | - |
| XYZ | 57.35 | 64.56 | 24.19 | - |
| YUV | 204.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 110 | 0 | 0.05 | 0.51 | 0.12 | 54.21 | 0.65 | 0.65 |
| Hex | E0 | D5 | 6E | 0 | 5 | 33 | C | 36 | 41 | 41 |
| Octal | 340 | 325 | 156 | 0 | 5 | 63 | 14 | 66 | 101 | 101 |
| Binary | 11100000 | 11010101 | 1101110 | 0 | 101 | 110011 | 1100 | 110110 | 1000001 | 1000001 |
Color Harmonies of #E0D56E
Complementary color
Monochromatic Colors of #E0D56E
Black with #E0D56E
Text Example
Text Example
White with #E0D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D56E; }
p { color: rgb(224,213,110); }
H1.HeaderClassName
{
color: #E0D56E;
}
.AnyTagClassName
{
color: #E0D56E;
}
</style>
background-color css
<style>
a { background-color: #E0D56E; }
a { background-color: rgb(224,213,110); }
div.DivClassName
{
background-color: #E0D56E;
}
.BgClassName
{
background-color: #E0D56E;
}
</style>
border-color css
<style>
span { border-color: #E0D56E; }
span { border-color: rgb(224,213,110); }
td.TdClassName
{
border-color: #E0D56E;
}
.TagClassName
{
border-color: #E0D56E;
}
</style>