Shades of Wild Rice #E0D46D
Tints of Wild Rice #E0D46D
RGB
CMYK
RGB Variations
Color information
#E0D46D (or 0xE0D46D) is known color: Wild Rice. HEX triplet: E0, D4 and 6D. RGB value is (224,212,109). Sum of RGB (Red+Green+Blue) = 224+212+109=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D46D is #1F2B92. Grayscale: #CCCCCC. Windows color (decimal): -2042771 or 7197920. OLE color: 7197920.
HSL color Cylindrical-coordinate representation of color #E0D46D: hue angle of 53.74º 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 #E0D46D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 109 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.12 |
| HSL | 53.74º | 0.65% | 0.65% | - |
| HSV(B) | 53.74º | 0.51% | 0.88% | - |
| XYZ | 57.04 | 64.04 | 23.82 | - |
| YUV | 203.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 109 | 0 | 0.05 | 0.51 | 0.12 | 53.74 | 0.65 | 0.65 |
| Hex | E0 | D4 | 6D | 0 | 5 | 33 | C | 36 | 41 | 41 |
| Octal | 340 | 324 | 155 | 0 | 5 | 63 | 14 | 66 | 101 | 101 |
| Binary | 11100000 | 11010100 | 1101101 | 0 | 101 | 110011 | 1100 | 110110 | 1000001 | 1000001 |
Color Harmonies of #E0D46D
Complementary color
Monochromatic Colors of #E0D46D
Black with #E0D46D
Text Example
Text Example
White with #E0D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D46D; }
p { color: rgb(224,212,109); }
H1.HeaderClassName
{
color: #E0D46D;
}
.AnyTagClassName
{
color: #E0D46D;
}
</style>
background-color css
<style>
a { background-color: #E0D46D; }
a { background-color: rgb(224,212,109); }
div.DivClassName
{
background-color: #E0D46D;
}
.BgClassName
{
background-color: #E0D46D;
}
</style>
border-color css
<style>
span { border-color: #E0D46D; }
span { border-color: rgb(224,212,109); }
td.TdClassName
{
border-color: #E0D46D;
}
.TagClassName
{
border-color: #E0D46D;
}
</style>