Shades of Wild Rice #E0D97C
Tints of Wild Rice #E0D97C
RGB
CMYK
RGB Variations
Color information
#E0D97C (or 0xE0D97C) is known color: Wild Rice. HEX triplet: E0, D9 and 7C. RGB value is (224,217,124). Sum of RGB (Red+Green+Blue) = 224+217+124=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D97C is #1F2683. Grayscale: #D0D0D0. Windows color (decimal): -2041476 or 8182240. OLE color: 8182240.
HSL color Cylindrical-coordinate representation of color #E0D97C: hue angle of 55.8º 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 #E0D97C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 124 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.12 |
| HSL | 55.8º | 0.62% | 0.68% | - |
| HSV(B) | 55.8º | 0.45% | 0.88% | - |
| XYZ | 59.19 | 66.93 | 28.87 | - |
| YUV | 208.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 124 | 0 | 0.03 | 0.45 | 0.12 | 55.8 | 0.62 | 0.68 |
| Hex | E0 | D9 | 7C | 0 | 3 | 2D | C | 38 | 3E | 44 |
| Octal | 340 | 331 | 174 | 0 | 3 | 55 | 14 | 70 | 76 | 104 |
| Binary | 11100000 | 11011001 | 1111100 | 0 | 11 | 101101 | 1100 | 111000 | 111110 | 1000100 |
Color Harmonies of #E0D97C
Complementary color
Monochromatic Colors of #E0D97C
Black with #E0D97C
Text Example
Text Example
White with #E0D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D97C; }
p { color: rgb(224,217,124); }
H1.HeaderClassName
{
color: #E0D97C;
}
.AnyTagClassName
{
color: #E0D97C;
}
</style>
background-color css
<style>
a { background-color: #E0D97C; }
a { background-color: rgb(224,217,124); }
div.DivClassName
{
background-color: #E0D97C;
}
.BgClassName
{
background-color: #E0D97C;
}
</style>
border-color css
<style>
span { border-color: #E0D97C; }
span { border-color: rgb(224,217,124); }
td.TdClassName
{
border-color: #E0D97C;
}
.TagClassName
{
border-color: #E0D97C;
}
</style>