Shades of Wild Rice #E7DA6D
Tints of Wild Rice #E7DA6D
RGB
CMYK
RGB Variations
Color information
#E7DA6D (or 0xE7DA6D) is known color: Wild Rice. HEX triplet: E7, DA and 6D. RGB value is (231,218,109). Sum of RGB (Red+Green+Blue) = 231+218+109=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA6D is #182592. Grayscale: #D1D1D1. Windows color (decimal): -1582483 or 7199463. OLE color: 7199463.
HSL color Cylindrical-coordinate representation of color #E7DA6D: hue angle of 53.61º 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 #E7DA6D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 109 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 53.61º | 0.72% | 0.67% | - |
| HSV(B) | 53.61º | 0.53% | 0.91% | - |
| XYZ | 60.79 | 68.24 | 24.44 | - |
| YUV | 209.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 109 | 0 | 0.06 | 0.53 | 0.09 | 53.61 | 0.72 | 0.67 |
| Hex | E7 | DA | 6D | 0 | 6 | 35 | 9 | 36 | 48 | 43 |
| Octal | 347 | 332 | 155 | 0 | 6 | 65 | 11 | 66 | 110 | 103 |
| Binary | 11100111 | 11011010 | 1101101 | 0 | 110 | 110101 | 1001 | 110110 | 1001000 | 1000011 |
Color Harmonies of #E7DA6D
Complementary color
Monochromatic Colors of #E7DA6D
Black with #E7DA6D
Text Example
Text Example
White with #E7DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA6D; }
p { color: rgb(231,218,109); }
H1.HeaderClassName
{
color: #E7DA6D;
}
.AnyTagClassName
{
color: #E7DA6D;
}
</style>
background-color css
<style>
a { background-color: #E7DA6D; }
a { background-color: rgb(231,218,109); }
div.DivClassName
{
background-color: #E7DA6D;
}
.BgClassName
{
background-color: #E7DA6D;
}
</style>
border-color css
<style>
span { border-color: #E7DA6D; }
span { border-color: rgb(231,218,109); }
td.TdClassName
{
border-color: #E7DA6D;
}
.TagClassName
{
border-color: #E7DA6D;
}
</style>