Shades of Wild Rice #E0D37C
Tints of Wild Rice #E0D37C
RGB
CMYK
RGB Variations
Color information
#E0D37C (or 0xE0D37C) is known color: Wild Rice. HEX triplet: E0, D3 and 7C. RGB value is (224,211,124). Sum of RGB (Red+Green+Blue) = 224+211+124=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D37C is #1F2C83. Grayscale: #CDCDCD. Windows color (decimal): -2043012 or 8180704. OLE color: 8180704.
HSL color Cylindrical-coordinate representation of color #E0D37C: hue angle of 52.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0D37C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 124 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.12 |
| HSL | 52.2º | 0.62% | 0.68% | - |
| HSV(B) | 52.2º | 0.45% | 0.88% | - |
| XYZ | 57.67 | 63.89 | 28.36 | - |
| YUV | 204.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 124 | 0 | 0.06 | 0.45 | 0.12 | 52.2 | 0.62 | 0.68 |
| Hex | E0 | D3 | 7C | 0 | 6 | 2D | C | 34 | 3E | 44 |
| Octal | 340 | 323 | 174 | 0 | 6 | 55 | 14 | 64 | 76 | 104 |
| Binary | 11100000 | 11010011 | 1111100 | 0 | 110 | 101101 | 1100 | 110100 | 111110 | 1000100 |
Color Harmonies of #E0D37C
Complementary color
Monochromatic Colors of #E0D37C
Black with #E0D37C
Text Example
Text Example
White with #E0D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D37C; }
p { color: rgb(224,211,124); }
H1.HeaderClassName
{
color: #E0D37C;
}
.AnyTagClassName
{
color: #E0D37C;
}
</style>
background-color css
<style>
a { background-color: #E0D37C; }
a { background-color: rgb(224,211,124); }
div.DivClassName
{
background-color: #E0D37C;
}
.BgClassName
{
background-color: #E0D37C;
}
</style>
border-color css
<style>
span { border-color: #E0D37C; }
span { border-color: rgb(224,211,124); }
td.TdClassName
{
border-color: #E0D37C;
}
.TagClassName
{
border-color: #E0D37C;
}
</style>