Shades of Wild Rice #E8DA6E
Tints of Wild Rice #E8DA6E
RGB
CMYK
RGB Variations
Color information
#E8DA6E (or 0xE8DA6E) is known color: Wild Rice. HEX triplet: E8, DA and 6E. RGB value is (232,218,110). Sum of RGB (Red+Green+Blue) = 232+218+110=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA6E is #172591. Grayscale: #D2D2D2. Windows color (decimal): -1516946 or 7265000. OLE color: 7265000.
HSL color Cylindrical-coordinate representation of color #E8DA6E: hue angle of 53.11º degrees, saturation: 0.73, 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 #E8DA6E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 110 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 53.11º | 0.73% | 0.67% | - |
| HSV(B) | 53.11º | 0.53% | 0.91% | - |
| XYZ | 61.16 | 68.42 | 24.74 | - |
| YUV | 209.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 110 | 0 | 0.06 | 0.53 | 0.09 | 53.11 | 0.73 | 0.67 |
| Hex | E8 | DA | 6E | 0 | 6 | 35 | 9 | 35 | 49 | 43 |
| Octal | 350 | 332 | 156 | 0 | 6 | 65 | 11 | 65 | 111 | 103 |
| Binary | 11101000 | 11011010 | 1101110 | 0 | 110 | 110101 | 1001 | 110101 | 1001001 | 1000011 |
Color Harmonies of #E8DA6E
Complementary color
Monochromatic Colors of #E8DA6E
Black with #E8DA6E
Text Example
Text Example
White with #E8DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA6E; }
p { color: rgb(232,218,110); }
H1.HeaderClassName
{
color: #E8DA6E;
}
.AnyTagClassName
{
color: #E8DA6E;
}
</style>
background-color css
<style>
a { background-color: #E8DA6E; }
a { background-color: rgb(232,218,110); }
div.DivClassName
{
background-color: #E8DA6E;
}
.BgClassName
{
background-color: #E8DA6E;
}
</style>
border-color css
<style>
span { border-color: #E8DA6E; }
span { border-color: rgb(232,218,110); }
td.TdClassName
{
border-color: #E8DA6E;
}
.TagClassName
{
border-color: #E8DA6E;
}
</style>