Shades of Wild Rice #E1D679
Tints of Wild Rice #E1D679
RGB
CMYK
RGB Variations
Color information
#E1D679 (or 0xE1D679) is known color: Wild Rice. HEX triplet: E1, D6 and 79. RGB value is (225,214,121). Sum of RGB (Red+Green+Blue) = 225+214+121=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D679 is #1E2986. Grayscale: #CFCFCF. Windows color (decimal): -1976711 or 7984865. OLE color: 7984865.
HSL color Cylindrical-coordinate representation of color #E1D679: hue angle of 53.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1D679 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 121 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.12 |
| HSL | 53.65º | 0.63% | 0.68% | - |
| HSV(B) | 53.65º | 0.46% | 0.88% | - |
| XYZ | 58.55 | 65.48 | 27.64 | - |
| YUV | 206.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 121 | 0 | 0.05 | 0.46 | 0.12 | 53.65 | 0.63 | 0.68 |
| Hex | E1 | D6 | 79 | 0 | 5 | 2E | C | 36 | 3F | 44 |
| Octal | 341 | 326 | 171 | 0 | 5 | 56 | 14 | 66 | 77 | 104 |
| Binary | 11100001 | 11010110 | 1111001 | 0 | 101 | 101110 | 1100 | 110110 | 111111 | 1000100 |
Color Harmonies of #E1D679
Complementary color
Monochromatic Colors of #E1D679
Black with #E1D679
Text Example
Text Example
White with #E1D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D679; }
p { color: rgb(225,214,121); }
H1.HeaderClassName
{
color: #E1D679;
}
.AnyTagClassName
{
color: #E1D679;
}
</style>
background-color css
<style>
a { background-color: #E1D679; }
a { background-color: rgb(225,214,121); }
div.DivClassName
{
background-color: #E1D679;
}
.BgClassName
{
background-color: #E1D679;
}
</style>
border-color css
<style>
span { border-color: #E1D679; }
span { border-color: rgb(225,214,121); }
td.TdClassName
{
border-color: #E1D679;
}
.TagClassName
{
border-color: #E1D679;
}
</style>