Shades of Wild Rice #E7D46D
Tints of Wild Rice #E7D46D
RGB
CMYK
RGB Variations
Color information
#E7D46D (or 0xE7D46D) is known color: Wild Rice. HEX triplet: E7, D4 and 6D. RGB value is (231,212,109). Sum of RGB (Red+Green+Blue) = 231+212+109=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D46D is #182B92. Grayscale: #CECECE. Windows color (decimal): -1584019 or 7197927. OLE color: 7197927.
HSL color Cylindrical-coordinate representation of color #E7D46D: hue angle of 50.66º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7D46D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 109 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.09 |
| HSL | 50.66º | 0.72% | 0.67% | - |
| HSV(B) | 50.66º | 0.53% | 0.91% | - |
| XYZ | 59.26 | 65.18 | 23.93 | - |
| YUV | 205.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 109 | 0 | 0.08 | 0.53 | 0.09 | 50.66 | 0.72 | 0.67 |
| Hex | E7 | D4 | 6D | 0 | 8 | 35 | 9 | 33 | 48 | 43 |
| Octal | 347 | 324 | 155 | 0 | 10 | 65 | 11 | 63 | 110 | 103 |
| Binary | 11100111 | 11010100 | 1101101 | 0 | 1000 | 110101 | 1001 | 110011 | 1001000 | 1000011 |
Color Harmonies of #E7D46D
Complementary color
Monochromatic Colors of #E7D46D
Black with #E7D46D
Text Example
Text Example
White with #E7D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D46D; }
p { color: rgb(231,212,109); }
H1.HeaderClassName
{
color: #E7D46D;
}
.AnyTagClassName
{
color: #E7D46D;
}
</style>
background-color css
<style>
a { background-color: #E7D46D; }
a { background-color: rgb(231,212,109); }
div.DivClassName
{
background-color: #E7D46D;
}
.BgClassName
{
background-color: #E7D46D;
}
</style>
border-color css
<style>
span { border-color: #E7D46D; }
span { border-color: rgb(231,212,109); }
td.TdClassName
{
border-color: #E7D46D;
}
.TagClassName
{
border-color: #E7D46D;
}
</style>