Shades of Wild Rice #E0D46C
Tints of Wild Rice #E0D46C
RGB
CMYK
RGB Variations
Color information
#E0D46C (or 0xE0D46C) is known color: Wild Rice. HEX triplet: E0, D4 and 6C. RGB value is (224,212,108). Sum of RGB (Red+Green+Blue) = 224+212+108=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D46C is #1F2B93. Grayscale: #CCCCCC. Windows color (decimal): -2042772 or 7132384. OLE color: 7132384.
HSL color Cylindrical-coordinate representation of color #E0D46C: hue angle of 53.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0D46C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 108 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.12 |
| HSL | 53.79º | 0.65% | 0.65% | - |
| HSV(B) | 53.79º | 0.52% | 0.88% | - |
| XYZ | 56.99 | 64.02 | 23.54 | - |
| YUV | 203.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 108 | 0 | 0.05 | 0.52 | 0.12 | 53.79 | 0.65 | 0.65 |
| Hex | E0 | D4 | 6C | 0 | 5 | 34 | C | 36 | 41 | 41 |
| Octal | 340 | 324 | 154 | 0 | 5 | 64 | 14 | 66 | 101 | 101 |
| Binary | 11100000 | 11010100 | 1101100 | 0 | 101 | 110100 | 1100 | 110110 | 1000001 | 1000001 |
Color Harmonies of #E0D46C
Complementary color
Monochromatic Colors of #E0D46C
Black with #E0D46C
Text Example
Text Example
White with #E0D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D46C; }
p { color: rgb(224,212,108); }
H1.HeaderClassName
{
color: #E0D46C;
}
.AnyTagClassName
{
color: #E0D46C;
}
</style>
background-color css
<style>
a { background-color: #E0D46C; }
a { background-color: rgb(224,212,108); }
div.DivClassName
{
background-color: #E0D46C;
}
.BgClassName
{
background-color: #E0D46C;
}
</style>
border-color css
<style>
span { border-color: #E0D46C; }
span { border-color: rgb(224,212,108); }
td.TdClassName
{
border-color: #E0D46C;
}
.TagClassName
{
border-color: #E0D46C;
}
</style>