Shades of Wild Rice #E0D078
Tints of Wild Rice #E0D078
RGB
CMYK
RGB Variations
Color information
#E0D078 (or 0xE0D078) is known color: Wild Rice. HEX triplet: E0, D0 and 78. RGB value is (224,208,120). Sum of RGB (Red+Green+Blue) = 224+208+120=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D078 is #1F2F87. Grayscale: #CBCBCB. Windows color (decimal): -2043784 or 7917792. OLE color: 7917792.
HSL color Cylindrical-coordinate representation of color #E0D078: hue angle of 50.77º 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 #E0D078 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 120 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.12 |
| HSL | 50.77º | 0.63% | 0.67% | - |
| HSV(B) | 50.77º | 0.46% | 0.88% | - |
| XYZ | 56.69 | 62.32 | 26.81 | - |
| YUV | 202.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 120 | 0 | 0.07 | 0.46 | 0.12 | 50.77 | 0.63 | 0.67 |
| Hex | E0 | D0 | 78 | 0 | 7 | 2E | C | 33 | 3F | 43 |
| Octal | 340 | 320 | 170 | 0 | 7 | 56 | 14 | 63 | 77 | 103 |
| Binary | 11100000 | 11010000 | 1111000 | 0 | 111 | 101110 | 1100 | 110011 | 111111 | 1000011 |
Color Harmonies of #E0D078
Complementary color
Monochromatic Colors of #E0D078
Black with #E0D078
Text Example
Text Example
White with #E0D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D078; }
p { color: rgb(224,208,120); }
H1.HeaderClassName
{
color: #E0D078;
}
.AnyTagClassName
{
color: #E0D078;
}
</style>
background-color css
<style>
a { background-color: #E0D078; }
a { background-color: rgb(224,208,120); }
div.DivClassName
{
background-color: #E0D078;
}
.BgClassName
{
background-color: #E0D078;
}
</style>
border-color css
<style>
span { border-color: #E0D078; }
span { border-color: rgb(224,208,120); }
td.TdClassName
{
border-color: #E0D078;
}
.TagClassName
{
border-color: #E0D078;
}
</style>