Shades of Wild Rice #E0D978
Tints of Wild Rice #E0D978
RGB
CMYK
RGB Variations
Color information
#E0D978 (or 0xE0D978) is known color: Wild Rice. HEX triplet: E0, D9 and 78. RGB value is (224,217,120). Sum of RGB (Red+Green+Blue) = 224+217+120=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D978 is #1F2687. Grayscale: #D0D0D0. Windows color (decimal): -2041480 or 7920096. OLE color: 7920096.
HSL color Cylindrical-coordinate representation of color #E0D978: hue angle of 55.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0D978 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 120 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.12 |
| HSL | 55.96º | 0.63% | 0.67% | - |
| HSV(B) | 55.96º | 0.46% | 0.88% | - |
| XYZ | 58.94 | 66.83 | 27.56 | - |
| YUV | 208.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 120 | 0 | 0.03 | 0.46 | 0.12 | 55.96 | 0.63 | 0.67 |
| Hex | E0 | D9 | 78 | 0 | 3 | 2E | C | 38 | 3F | 43 |
| Octal | 340 | 331 | 170 | 0 | 3 | 56 | 14 | 70 | 77 | 103 |
| Binary | 11100000 | 11011001 | 1111000 | 0 | 11 | 101110 | 1100 | 111000 | 111111 | 1000011 |
Color Harmonies of #E0D978
Complementary color
Monochromatic Colors of #E0D978
Black with #E0D978
Text Example
Text Example
White with #E0D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D978; }
p { color: rgb(224,217,120); }
H1.HeaderClassName
{
color: #E0D978;
}
.AnyTagClassName
{
color: #E0D978;
}
</style>
background-color css
<style>
a { background-color: #E0D978; }
a { background-color: rgb(224,217,120); }
div.DivClassName
{
background-color: #E0D978;
}
.BgClassName
{
background-color: #E0D978;
}
</style>
border-color css
<style>
span { border-color: #E0D978; }
span { border-color: rgb(224,217,120); }
td.TdClassName
{
border-color: #E0D978;
}
.TagClassName
{
border-color: #E0D978;
}
</style>