Shades of Wild Rice #E7D66D
Tints of Wild Rice #E7D66D
RGB
CMYK
RGB Variations
Color information
#E7D66D (or 0xE7D66D) is known color: Wild Rice. HEX triplet: E7, D6 and 6D. RGB value is (231,214,109). Sum of RGB (Red+Green+Blue) = 231+214+109=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D66D is #182992. Grayscale: #CFCFCF. Windows color (decimal): -1583507 or 7198439. OLE color: 7198439.
HSL color Cylindrical-coordinate representation of color #E7D66D: hue angle of 51.64º 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 #E7D66D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 109 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.09 |
| HSL | 51.64º | 0.72% | 0.67% | - |
| HSV(B) | 51.64º | 0.53% | 0.91% | - |
| XYZ | 59.76 | 66.19 | 24.09 | - |
| YUV | 207.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 109 | 0 | 0.07 | 0.53 | 0.09 | 51.64 | 0.72 | 0.67 |
| Hex | E7 | D6 | 6D | 0 | 7 | 35 | 9 | 34 | 48 | 43 |
| Octal | 347 | 326 | 155 | 0 | 7 | 65 | 11 | 64 | 110 | 103 |
| Binary | 11100111 | 11010110 | 1101101 | 0 | 111 | 110101 | 1001 | 110100 | 1001000 | 1000011 |
Color Harmonies of #E7D66D
Complementary color
Monochromatic Colors of #E7D66D
Black with #E7D66D
Text Example
Text Example
White with #E7D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D66D; }
p { color: rgb(231,214,109); }
H1.HeaderClassName
{
color: #E7D66D;
}
.AnyTagClassName
{
color: #E7D66D;
}
</style>
background-color css
<style>
a { background-color: #E7D66D; }
a { background-color: rgb(231,214,109); }
div.DivClassName
{
background-color: #E7D66D;
}
.BgClassName
{
background-color: #E7D66D;
}
</style>
border-color css
<style>
span { border-color: #E7D66D; }
span { border-color: rgb(231,214,109); }
td.TdClassName
{
border-color: #E7D66D;
}
.TagClassName
{
border-color: #E7D66D;
}
</style>