Shades of Wild Rice #E6D47E
Tints of Wild Rice #E6D47E
RGB
CMYK
RGB Variations
Color information
#E6D47E (or 0xE6D47E) is known color: Wild Rice. HEX triplet: E6, D4 and 7E. RGB value is (230,212,126). Sum of RGB (Red+Green+Blue) = 230+212+126=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D47E is #192B81. Grayscale: #CFCFCF. Windows color (decimal): -1649538 or 8312038. OLE color: 8312038.
HSL color Cylindrical-coordinate representation of color #E6D47E: hue angle of 49.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6D47E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 126 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.10 |
| HSL | 49.62º | 0.68% | 0.7% | - |
| HSV(B) | 49.62º | 0.45% | 0.9% | - |
| XYZ | 59.94 | 65.42 | 29.21 | - |
| YUV | 207.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 126 | 0 | 0.08 | 0.45 | 0.10 | 49.62 | 0.68 | 0.7 |
| Hex | E6 | D4 | 7E | 0 | 8 | 2D | A | 32 | 44 | 46 |
| Octal | 346 | 324 | 176 | 0 | 10 | 55 | 12 | 62 | 104 | 106 |
| Binary | 11100110 | 11010100 | 1111110 | 0 | 1000 | 101101 | 1010 | 110010 | 1000100 | 1000110 |
Color Harmonies of #E6D47E
Complementary color
Monochromatic Colors of #E6D47E
Black with #E6D47E
Text Example
Text Example
White with #E6D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D47E; }
p { color: rgb(230,212,126); }
H1.HeaderClassName
{
color: #E6D47E;
}
.AnyTagClassName
{
color: #E6D47E;
}
</style>
background-color css
<style>
a { background-color: #E6D47E; }
a { background-color: rgb(230,212,126); }
div.DivClassName
{
background-color: #E6D47E;
}
.BgClassName
{
background-color: #E6D47E;
}
</style>
border-color css
<style>
span { border-color: #E6D47E; }
span { border-color: rgb(230,212,126); }
td.TdClassName
{
border-color: #E6D47E;
}
.TagClassName
{
border-color: #E6D47E;
}
</style>