Shades of Wild Rice #E1D078
Tints of Wild Rice #E1D078
RGB
CMYK
RGB Variations
Color information
#E1D078 (or 0xE1D078) is known color: Wild Rice. HEX triplet: E1, D0 and 78. RGB value is (225,208,120). Sum of RGB (Red+Green+Blue) = 225+208+120=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D078 is #1E2F87. Grayscale: #CBCBCB. Windows color (decimal): -1978248 or 7917793. OLE color: 7917793.
HSL color Cylindrical-coordinate representation of color #E1D078: hue angle of 50.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1D078 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 120 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.12 |
| HSL | 50.29º | 0.64% | 0.68% | - |
| HSV(B) | 50.29º | 0.47% | 0.88% | - |
| XYZ | 57 | 62.48 | 26.82 | - |
| YUV | 203.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 120 | 0 | 0.08 | 0.47 | 0.12 | 50.29 | 0.64 | 0.68 |
| Hex | E1 | D0 | 78 | 0 | 8 | 2F | C | 32 | 40 | 44 |
| Octal | 341 | 320 | 170 | 0 | 10 | 57 | 14 | 62 | 100 | 104 |
| Binary | 11100001 | 11010000 | 1111000 | 0 | 1000 | 101111 | 1100 | 110010 | 1000000 | 1000100 |
Color Harmonies of #E1D078
Complementary color
Monochromatic Colors of #E1D078
Black with #E1D078
Text Example
Text Example
White with #E1D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D078; }
p { color: rgb(225,208,120); }
H1.HeaderClassName
{
color: #E1D078;
}
.AnyTagClassName
{
color: #E1D078;
}
</style>
background-color css
<style>
a { background-color: #E1D078; }
a { background-color: rgb(225,208,120); }
div.DivClassName
{
background-color: #E1D078;
}
.BgClassName
{
background-color: #E1D078;
}
</style>
border-color css
<style>
span { border-color: #E1D078; }
span { border-color: rgb(225,208,120); }
td.TdClassName
{
border-color: #E1D078;
}
.TagClassName
{
border-color: #E1D078;
}
</style>