Shades of Wild Rice #E6D37E
Tints of Wild Rice #E6D37E
RGB
CMYK
RGB Variations
Color information
#E6D37E (or 0xE6D37E) is known color: Wild Rice. HEX triplet: E6, D3 and 7E. RGB value is (230,211,126). Sum of RGB (Red+Green+Blue) = 230+211+126=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D37E is #192C81. Grayscale: #CFCFCF. Windows color (decimal): -1649794 or 8311782. OLE color: 8311782.
HSL color Cylindrical-coordinate representation of color #E6D37E: hue angle of 49.04º 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 #E6D37E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 126 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.10 |
| HSL | 49.04º | 0.68% | 0.7% | - |
| HSV(B) | 49.04º | 0.45% | 0.9% | - |
| XYZ | 59.69 | 64.92 | 29.12 | - |
| YUV | 206.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 126 | 0 | 0.08 | 0.45 | 0.10 | 49.04 | 0.68 | 0.7 |
| Hex | E6 | D3 | 7E | 0 | 8 | 2D | A | 31 | 44 | 46 |
| Octal | 346 | 323 | 176 | 0 | 10 | 55 | 12 | 61 | 104 | 106 |
| Binary | 11100110 | 11010011 | 1111110 | 0 | 1000 | 101101 | 1010 | 110001 | 1000100 | 1000110 |
Color Harmonies of #E6D37E
Complementary color
Monochromatic Colors of #E6D37E
Black with #E6D37E
Text Example
Text Example
White with #E6D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D37E; }
p { color: rgb(230,211,126); }
H1.HeaderClassName
{
color: #E6D37E;
}
.AnyTagClassName
{
color: #E6D37E;
}
</style>
background-color css
<style>
a { background-color: #E6D37E; }
a { background-color: rgb(230,211,126); }
div.DivClassName
{
background-color: #E6D37E;
}
.BgClassName
{
background-color: #E6D37E;
}
</style>
border-color css
<style>
span { border-color: #E6D37E; }
span { border-color: rgb(230,211,126); }
td.TdClassName
{
border-color: #E6D37E;
}
.TagClassName
{
border-color: #E6D37E;
}
</style>