Shades of Wild Rice #E7D472
Tints of Wild Rice #E7D472
RGB
CMYK
RGB Variations
Color information
#E7D472 (or 0xE7D472) is known color: Wild Rice. HEX triplet: E7, D4 and 72. RGB value is (231,212,114). Sum of RGB (Red+Green+Blue) = 231+212+114=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D472 is #182B8D. Grayscale: #CECECE. Windows color (decimal): -1584014 or 7525607. OLE color: 7525607.
HSL color Cylindrical-coordinate representation of color #E7D472: hue angle of 50.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7D472 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 114 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.09 |
| HSL | 50.26º | 0.71% | 0.68% | - |
| HSV(B) | 50.26º | 0.51% | 0.91% | - |
| XYZ | 59.54 | 65.29 | 25.38 | - |
| YUV | 206.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 114 | 0 | 0.08 | 0.51 | 0.09 | 50.26 | 0.71 | 0.68 |
| Hex | E7 | D4 | 72 | 0 | 8 | 33 | 9 | 32 | 47 | 44 |
| Octal | 347 | 324 | 162 | 0 | 10 | 63 | 11 | 62 | 107 | 104 |
| Binary | 11100111 | 11010100 | 1110010 | 0 | 1000 | 110011 | 1001 | 110010 | 1000111 | 1000100 |
Color Harmonies of #E7D472
Complementary color
Monochromatic Colors of #E7D472
Black with #E7D472
Text Example
Text Example
White with #E7D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D472; }
p { color: rgb(231,212,114); }
H1.HeaderClassName
{
color: #E7D472;
}
.AnyTagClassName
{
color: #E7D472;
}
</style>
background-color css
<style>
a { background-color: #E7D472; }
a { background-color: rgb(231,212,114); }
div.DivClassName
{
background-color: #E7D472;
}
.BgClassName
{
background-color: #E7D472;
}
</style>
border-color css
<style>
span { border-color: #E7D472; }
span { border-color: rgb(231,212,114); }
td.TdClassName
{
border-color: #E7D472;
}
.TagClassName
{
border-color: #E7D472;
}
</style>