Shades of Wild Rice #E8D66D
Tints of Wild Rice #E8D66D
RGB
CMYK
RGB Variations
Color information
#E8D66D (or 0xE8D66D) is known color: Wild Rice. HEX triplet: E8, D6 and 6D. RGB value is (232,214,109). Sum of RGB (Red+Green+Blue) = 232+214+109=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D66D is #172992. Grayscale: #CFCFCF. Windows color (decimal): -1517971 or 7198440. OLE color: 7198440.
HSL color Cylindrical-coordinate representation of color #E8D66D: hue angle of 51.22º 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 #E8D66D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 109 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.09 |
| HSL | 51.22º | 0.73% | 0.67% | - |
| HSV(B) | 51.22º | 0.53% | 0.91% | - |
| XYZ | 60.09 | 66.35 | 24.11 | - |
| YUV | 207.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 109 | 0 | 0.08 | 0.53 | 0.09 | 51.22 | 0.73 | 0.67 |
| Hex | E8 | D6 | 6D | 0 | 8 | 35 | 9 | 33 | 49 | 43 |
| Octal | 350 | 326 | 155 | 0 | 10 | 65 | 11 | 63 | 111 | 103 |
| Binary | 11101000 | 11010110 | 1101101 | 0 | 1000 | 110101 | 1001 | 110011 | 1001001 | 1000011 |
Color Harmonies of #E8D66D
Complementary color
Monochromatic Colors of #E8D66D
Black with #E8D66D
Text Example
Text Example
White with #E8D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D66D; }
p { color: rgb(232,214,109); }
H1.HeaderClassName
{
color: #E8D66D;
}
.AnyTagClassName
{
color: #E8D66D;
}
</style>
background-color css
<style>
a { background-color: #E8D66D; }
a { background-color: rgb(232,214,109); }
div.DivClassName
{
background-color: #E8D66D;
}
.BgClassName
{
background-color: #E8D66D;
}
</style>
border-color css
<style>
span { border-color: #E8D66D; }
span { border-color: rgb(232,214,109); }
td.TdClassName
{
border-color: #E8D66D;
}
.TagClassName
{
border-color: #E8D66D;
}
</style>