Shades of Wild Rice #E7DA6E
Tints of Wild Rice #E7DA6E
RGB
CMYK
RGB Variations
Color information
#E7DA6E (or 0xE7DA6E) is known color: Wild Rice. HEX triplet: E7, DA and 6E. RGB value is (231,218,110). Sum of RGB (Red+Green+Blue) = 231+218+110=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA6E is #182591. Grayscale: #D2D2D2. Windows color (decimal): -1582482 or 7264999. OLE color: 7264999.
HSL color Cylindrical-coordinate representation of color #E7DA6E: hue angle of 53.55º degrees, saturation: 0.72, 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 #E7DA6E is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 110 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.09 |
| HSL | 53.55º | 0.72% | 0.67% | - |
| HSV(B) | 53.55º | 0.52% | 0.91% | - |
| XYZ | 60.84 | 68.26 | 24.72 | - |
| YUV | 209.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 110 | 0 | 0.06 | 0.52 | 0.09 | 53.55 | 0.72 | 0.67 |
| Hex | E7 | DA | 6E | 0 | 6 | 34 | 9 | 36 | 48 | 43 |
| Octal | 347 | 332 | 156 | 0 | 6 | 64 | 11 | 66 | 110 | 103 |
| Binary | 11100111 | 11011010 | 1101110 | 0 | 110 | 110100 | 1001 | 110110 | 1001000 | 1000011 |
Color Harmonies of #E7DA6E
Complementary color
Monochromatic Colors of #E7DA6E
Black with #E7DA6E
Text Example
Text Example
White with #E7DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA6E; }
p { color: rgb(231,218,110); }
H1.HeaderClassName
{
color: #E7DA6E;
}
.AnyTagClassName
{
color: #E7DA6E;
}
</style>
background-color css
<style>
a { background-color: #E7DA6E; }
a { background-color: rgb(231,218,110); }
div.DivClassName
{
background-color: #E7DA6E;
}
.BgClassName
{
background-color: #E7DA6E;
}
</style>
border-color css
<style>
span { border-color: #E7DA6E; }
span { border-color: rgb(231,218,110); }
td.TdClassName
{
border-color: #E7DA6E;
}
.TagClassName
{
border-color: #E7DA6E;
}
</style>