Shades of Wild Rice #E6D67E
Tints of Wild Rice #E6D67E
RGB
CMYK
RGB Variations
Color information
#E6D67E (or 0xE6D67E) is known color: Wild Rice. HEX triplet: E6, D6 and 7E. RGB value is (230,214,126). Sum of RGB (Red+Green+Blue) = 230+214+126=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D67E is #192981. Grayscale: #D1D1D1. Windows color (decimal): -1649026 or 8312550. OLE color: 8312550.
HSL color Cylindrical-coordinate representation of color #E6D67E: hue angle of 50.77º 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 #E6D67E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 126 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.10 |
| HSL | 50.77º | 0.68% | 0.7% | - |
| HSV(B) | 50.77º | 0.45% | 0.9% | - |
| XYZ | 60.45 | 66.42 | 29.37 | - |
| YUV | 208.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 126 | 0 | 0.07 | 0.45 | 0.10 | 50.77 | 0.68 | 0.7 |
| Hex | E6 | D6 | 7E | 0 | 7 | 2D | A | 33 | 44 | 46 |
| Octal | 346 | 326 | 176 | 0 | 7 | 55 | 12 | 63 | 104 | 106 |
| Binary | 11100110 | 11010110 | 1111110 | 0 | 111 | 101101 | 1010 | 110011 | 1000100 | 1000110 |
Color Harmonies of #E6D67E
Complementary color
Monochromatic Colors of #E6D67E
Black with #E6D67E
Text Example
Text Example
White with #E6D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D67E; }
p { color: rgb(230,214,126); }
H1.HeaderClassName
{
color: #E6D67E;
}
.AnyTagClassName
{
color: #E6D67E;
}
</style>
background-color css
<style>
a { background-color: #E6D67E; }
a { background-color: rgb(230,214,126); }
div.DivClassName
{
background-color: #E6D67E;
}
.BgClassName
{
background-color: #E6D67E;
}
</style>
border-color css
<style>
span { border-color: #E6D67E; }
span { border-color: rgb(230,214,126); }
td.TdClassName
{
border-color: #E6D67E;
}
.TagClassName
{
border-color: #E6D67E;
}
</style>