Shades of Wild Rice #E7D570
Tints of Wild Rice #E7D570
RGB
CMYK
RGB Variations
Color information
#E7D570 (or 0xE7D570) is known color: Wild Rice. HEX triplet: E7, D5 and 70. RGB value is (231,213,112). Sum of RGB (Red+Green+Blue) = 231+213+112=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D570 is #182A8F. Grayscale: #CFCFCF. Windows color (decimal): -1583760 or 7394791. OLE color: 7394791.
HSL color Cylindrical-coordinate representation of color #E7D570: hue angle of 50.92º degrees, saturation: 0.71, 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 #E7D570 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 112 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.09 |
| HSL | 50.92º | 0.71% | 0.67% | - |
| HSV(B) | 50.92º | 0.52% | 0.91% | - |
| XYZ | 59.67 | 65.75 | 24.87 | - |
| YUV | 206.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 112 | 0 | 0.08 | 0.52 | 0.09 | 50.92 | 0.71 | 0.67 |
| Hex | E7 | D5 | 70 | 0 | 8 | 34 | 9 | 33 | 47 | 43 |
| Octal | 347 | 325 | 160 | 0 | 10 | 64 | 11 | 63 | 107 | 103 |
| Binary | 11100111 | 11010101 | 1110000 | 0 | 1000 | 110100 | 1001 | 110011 | 1000111 | 1000011 |
Color Harmonies of #E7D570
Complementary color
Monochromatic Colors of #E7D570
Black with #E7D570
Text Example
Text Example
White with #E7D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D570; }
p { color: rgb(231,213,112); }
H1.HeaderClassName
{
color: #E7D570;
}
.AnyTagClassName
{
color: #E7D570;
}
</style>
background-color css
<style>
a { background-color: #E7D570; }
a { background-color: rgb(231,213,112); }
div.DivClassName
{
background-color: #E7D570;
}
.BgClassName
{
background-color: #E7D570;
}
</style>
border-color css
<style>
span { border-color: #E7D570; }
span { border-color: rgb(231,213,112); }
td.TdClassName
{
border-color: #E7D570;
}
.TagClassName
{
border-color: #E7D570;
}
</style>