Shades of Wild Rice #E7D470
Tints of Wild Rice #E7D470
RGB
CMYK
RGB Variations
Color information
#E7D470 (or 0xE7D470) is known color: Wild Rice. HEX triplet: E7, D4 and 70. RGB value is (231,212,112). Sum of RGB (Red+Green+Blue) = 231+212+112=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D470 is #182B8F. Grayscale: #CECECE. Windows color (decimal): -1584016 or 7394535. OLE color: 7394535.
HSL color Cylindrical-coordinate representation of color #E7D470: hue angle of 50.42º 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 #E7D470 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 112 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.09 |
| HSL | 50.42º | 0.71% | 0.67% | - |
| HSV(B) | 50.42º | 0.52% | 0.91% | - |
| XYZ | 59.42 | 65.25 | 24.79 | - |
| YUV | 206.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 112 | 0 | 0.08 | 0.52 | 0.09 | 50.42 | 0.71 | 0.67 |
| Hex | E7 | D4 | 70 | 0 | 8 | 34 | 9 | 32 | 47 | 43 |
| Octal | 347 | 324 | 160 | 0 | 10 | 64 | 11 | 62 | 107 | 103 |
| Binary | 11100111 | 11010100 | 1110000 | 0 | 1000 | 110100 | 1001 | 110010 | 1000111 | 1000011 |
Color Harmonies of #E7D470
Complementary color
Monochromatic Colors of #E7D470
Black with #E7D470
Text Example
Text Example
White with #E7D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D470; }
p { color: rgb(231,212,112); }
H1.HeaderClassName
{
color: #E7D470;
}
.AnyTagClassName
{
color: #E7D470;
}
</style>
background-color css
<style>
a { background-color: #E7D470; }
a { background-color: rgb(231,212,112); }
div.DivClassName
{
background-color: #E7D470;
}
.BgClassName
{
background-color: #E7D470;
}
</style>
border-color css
<style>
span { border-color: #E7D470; }
span { border-color: rgb(231,212,112); }
td.TdClassName
{
border-color: #E7D470;
}
.TagClassName
{
border-color: #E7D470;
}
</style>