Shades of Wild Rice #E1D877
Tints of Wild Rice #E1D877
RGB
CMYK
RGB Variations
Color information
#E1D877 (or 0xE1D877) is known color: Wild Rice. HEX triplet: E1, D8 and 77. RGB value is (225,216,119). Sum of RGB (Red+Green+Blue) = 225+216+119=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D877 is #1E2788. Grayscale: #D0D0D0. Windows color (decimal): -1976201 or 7854305. OLE color: 7854305.
HSL color Cylindrical-coordinate representation of color #E1D877: hue angle of 54.91º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1D877 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 119 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.12 |
| HSL | 54.91º | 0.64% | 0.67% | - |
| HSV(B) | 54.91º | 0.47% | 0.88% | - |
| XYZ | 58.94 | 66.45 | 27.17 | - |
| YUV | 207.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 119 | 0 | 0.04 | 0.47 | 0.12 | 54.91 | 0.64 | 0.67 |
| Hex | E1 | D8 | 77 | 0 | 4 | 2F | C | 37 | 40 | 43 |
| Octal | 341 | 330 | 167 | 0 | 4 | 57 | 14 | 67 | 100 | 103 |
| Binary | 11100001 | 11011000 | 1110111 | 0 | 100 | 101111 | 1100 | 110111 | 1000000 | 1000011 |
Color Harmonies of #E1D877
Complementary color
Monochromatic Colors of #E1D877
Black with #E1D877
Text Example
Text Example
White with #E1D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D877; }
p { color: rgb(225,216,119); }
H1.HeaderClassName
{
color: #E1D877;
}
.AnyTagClassName
{
color: #E1D877;
}
</style>
background-color css
<style>
a { background-color: #E1D877; }
a { background-color: rgb(225,216,119); }
div.DivClassName
{
background-color: #E1D877;
}
.BgClassName
{
background-color: #E1D877;
}
</style>
border-color css
<style>
span { border-color: #E1D877; }
span { border-color: rgb(225,216,119); }
td.TdClassName
{
border-color: #E1D877;
}
.TagClassName
{
border-color: #E1D877;
}
</style>