Shades of Wild Rice #E1D479
Tints of Wild Rice #E1D479
RGB
CMYK
RGB Variations
Color information
#E1D479 (or 0xE1D479) is known color: Wild Rice. HEX triplet: E1, D4 and 79. RGB value is (225,212,121). Sum of RGB (Red+Green+Blue) = 225+212+121=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D479 is #1E2B86. Grayscale: #CDCDCD. Windows color (decimal): -1977223 or 7984353. OLE color: 7984353.
HSL color Cylindrical-coordinate representation of color #E1D479: hue angle of 52.5º 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 #E1D479 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 121 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.12 |
| HSL | 52.5º | 0.63% | 0.68% | - |
| HSV(B) | 52.5º | 0.46% | 0.88% | - |
| XYZ | 58.05 | 64.47 | 27.47 | - |
| YUV | 205.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 121 | 0 | 0.06 | 0.46 | 0.12 | 52.5 | 0.63 | 0.68 |
| Hex | E1 | D4 | 79 | 0 | 6 | 2E | C | 34 | 3F | 44 |
| Octal | 341 | 324 | 171 | 0 | 6 | 56 | 14 | 64 | 77 | 104 |
| Binary | 11100001 | 11010100 | 1111001 | 0 | 110 | 101110 | 1100 | 110100 | 111111 | 1000100 |
Color Harmonies of #E1D479
Complementary color
Monochromatic Colors of #E1D479
Black with #E1D479
Text Example
Text Example
White with #E1D479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D479; }
p { color: rgb(225,212,121); }
H1.HeaderClassName
{
color: #E1D479;
}
.AnyTagClassName
{
color: #E1D479;
}
</style>
background-color css
<style>
a { background-color: #E1D479; }
a { background-color: rgb(225,212,121); }
div.DivClassName
{
background-color: #E1D479;
}
.BgClassName
{
background-color: #E1D479;
}
</style>
border-color css
<style>
span { border-color: #E1D479; }
span { border-color: rgb(225,212,121); }
td.TdClassName
{
border-color: #E1D479;
}
.TagClassName
{
border-color: #E1D479;
}
</style>