Shades of Wild Rice #E8D379
Tints of Wild Rice #E8D379
RGB
CMYK
RGB Variations
Color information
#E8D379 (or 0xE8D379) is known color: Wild Rice. HEX triplet: E8, D3 and 79. RGB value is (232,211,121). Sum of RGB (Red+Green+Blue) = 232+211+121=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D379 is #172C86. Grayscale: #CFCFCF. Windows color (decimal): -1518727 or 7984104. OLE color: 7984104.
HSL color Cylindrical-coordinate representation of color #E8D379: hue angle of 48.65º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8D379 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 121 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.09 |
| HSL | 48.65º | 0.71% | 0.69% | - |
| HSV(B) | 48.65º | 0.48% | 0.91% | - |
| XYZ | 60.02 | 65.12 | 27.5 | - |
| YUV | 207.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 121 | 0 | 0.09 | 0.48 | 0.09 | 48.65 | 0.71 | 0.69 |
| Hex | E8 | D3 | 79 | 0 | 9 | 30 | 9 | 31 | 47 | 45 |
| Octal | 350 | 323 | 171 | 0 | 11 | 60 | 11 | 61 | 107 | 105 |
| Binary | 11101000 | 11010011 | 1111001 | 0 | 1001 | 110000 | 1001 | 110001 | 1000111 | 1000101 |
Color Harmonies of #E8D379
Complementary color
Monochromatic Colors of #E8D379
Black with #E8D379
Text Example
Text Example
White with #E8D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D379; }
p { color: rgb(232,211,121); }
H1.HeaderClassName
{
color: #E8D379;
}
.AnyTagClassName
{
color: #E8D379;
}
</style>
background-color css
<style>
a { background-color: #E8D379; }
a { background-color: rgb(232,211,121); }
div.DivClassName
{
background-color: #E8D379;
}
.BgClassName
{
background-color: #E8D379;
}
</style>
border-color css
<style>
span { border-color: #E8D379; }
span { border-color: rgb(232,211,121); }
td.TdClassName
{
border-color: #E8D379;
}
.TagClassName
{
border-color: #E8D379;
}
</style>