Shades of Wild Rice #E8D570
Tints of Wild Rice #E8D570
RGB
CMYK
RGB Variations
Color information
#E8D570 (or 0xE8D570) is known color: Wild Rice. HEX triplet: E8, D5 and 70. RGB value is (232,213,112). Sum of RGB (Red+Green+Blue) = 232+213+112=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D570 is #172A8F. Grayscale: #CFCFCF. Windows color (decimal): -1518224 or 7394792. OLE color: 7394792.
HSL color Cylindrical-coordinate representation of color #E8D570: hue angle of 50.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8D570 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 112 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.09 |
| HSL | 50.5º | 0.72% | 0.67% | - |
| HSV(B) | 50.5º | 0.52% | 0.91% | - |
| XYZ | 60 | 65.91 | 24.89 | - |
| YUV | 207.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 112 | 0 | 0.08 | 0.52 | 0.09 | 50.5 | 0.72 | 0.67 |
| Hex | E8 | D5 | 70 | 0 | 8 | 34 | 9 | 32 | 48 | 43 |
| Octal | 350 | 325 | 160 | 0 | 10 | 64 | 11 | 62 | 110 | 103 |
| Binary | 11101000 | 11010101 | 1110000 | 0 | 1000 | 110100 | 1001 | 110010 | 1001000 | 1000011 |
Color Harmonies of #E8D570
Complementary color
Monochromatic Colors of #E8D570
Black with #E8D570
Text Example
Text Example
White with #E8D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D570; }
p { color: rgb(232,213,112); }
H1.HeaderClassName
{
color: #E8D570;
}
.AnyTagClassName
{
color: #E8D570;
}
</style>
background-color css
<style>
a { background-color: #E8D570; }
a { background-color: rgb(232,213,112); }
div.DivClassName
{
background-color: #E8D570;
}
.BgClassName
{
background-color: #E8D570;
}
</style>
border-color css
<style>
span { border-color: #E8D570; }
span { border-color: rgb(232,213,112); }
td.TdClassName
{
border-color: #E8D570;
}
.TagClassName
{
border-color: #E8D570;
}
</style>