Shades of Wild Rice #E8D477
Tints of Wild Rice #E8D477
RGB
CMYK
RGB Variations
Color information
#E8D477 (or 0xE8D477) is known color: Wild Rice. HEX triplet: E8, D4 and 77. RGB value is (232,212,119). Sum of RGB (Red+Green+Blue) = 232+212+119=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D477 is #172B88. Grayscale: #CFCFCF. Windows color (decimal): -1518473 or 7853288. OLE color: 7853288.
HSL color Cylindrical-coordinate representation of color #E8D477: hue angle of 49.38º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8D477 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 119 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.09 |
| HSL | 49.38º | 0.71% | 0.69% | - |
| HSV(B) | 49.38º | 0.49% | 0.91% | - |
| XYZ | 60.15 | 65.57 | 26.94 | - |
| YUV | 207.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 119 | 0 | 0.09 | 0.49 | 0.09 | 49.38 | 0.71 | 0.69 |
| Hex | E8 | D4 | 77 | 0 | 9 | 31 | 9 | 31 | 47 | 45 |
| Octal | 350 | 324 | 167 | 0 | 11 | 61 | 11 | 61 | 107 | 105 |
| Binary | 11101000 | 11010100 | 1110111 | 0 | 1001 | 110001 | 1001 | 110001 | 1000111 | 1000101 |
Color Harmonies of #E8D477
Complementary color
Monochromatic Colors of #E8D477
Black with #E8D477
Text Example
Text Example
White with #E8D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D477; }
p { color: rgb(232,212,119); }
H1.HeaderClassName
{
color: #E8D477;
}
.AnyTagClassName
{
color: #E8D477;
}
</style>
background-color css
<style>
a { background-color: #E8D477; }
a { background-color: rgb(232,212,119); }
div.DivClassName
{
background-color: #E8D477;
}
.BgClassName
{
background-color: #E8D477;
}
</style>
border-color css
<style>
span { border-color: #E8D477; }
span { border-color: rgb(232,212,119); }
td.TdClassName
{
border-color: #E8D477;
}
.TagClassName
{
border-color: #E8D477;
}
</style>