Shades of Wild Rice #E1DA79
Tints of Wild Rice #E1DA79
RGB
CMYK
RGB Variations
Color information
#E1DA79 (or 0xE1DA79) is known color: Wild Rice. HEX triplet: E1, DA and 79. RGB value is (225,218,121). Sum of RGB (Red+Green+Blue) = 225+218+121=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA79 is #1E2586. Grayscale: #D1D1D1. Windows color (decimal): -1975687 or 7985889. OLE color: 7985889.
HSL color Cylindrical-coordinate representation of color #E1DA79: hue angle of 55.96º 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 #E1DA79 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 121 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.12 |
| HSL | 55.96º | 0.63% | 0.68% | - |
| HSV(B) | 55.96º | 0.46% | 0.88% | - |
| XYZ | 59.57 | 67.53 | 27.98 | - |
| YUV | 209.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 121 | 0 | 0.03 | 0.46 | 0.12 | 55.96 | 0.63 | 0.68 |
| Hex | E1 | DA | 79 | 0 | 3 | 2E | C | 38 | 3F | 44 |
| Octal | 341 | 332 | 171 | 0 | 3 | 56 | 14 | 70 | 77 | 104 |
| Binary | 11100001 | 11011010 | 1111001 | 0 | 11 | 101110 | 1100 | 111000 | 111111 | 1000100 |
Color Harmonies of #E1DA79
Complementary color
Monochromatic Colors of #E1DA79
Black with #E1DA79
Text Example
Text Example
White with #E1DA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA79; }
p { color: rgb(225,218,121); }
H1.HeaderClassName
{
color: #E1DA79;
}
.AnyTagClassName
{
color: #E1DA79;
}
</style>
background-color css
<style>
a { background-color: #E1DA79; }
a { background-color: rgb(225,218,121); }
div.DivClassName
{
background-color: #E1DA79;
}
.BgClassName
{
background-color: #E1DA79;
}
</style>
border-color css
<style>
span { border-color: #E1DA79; }
span { border-color: rgb(225,218,121); }
td.TdClassName
{
border-color: #E1DA79;
}
.TagClassName
{
border-color: #E1DA79;
}
</style>