Shades of Wild Rice #E5D16E
Tints of Wild Rice #E5D16E
RGB
CMYK
RGB Variations
Color information
#E5D16E (or 0xE5D16E) is known color: Wild Rice. HEX triplet: E5, D1 and 6E. RGB value is (229,209,110). Sum of RGB (Red+Green+Blue) = 229+209+110=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D16E is #1A2E91. Grayscale: #CCCCCC. Windows color (decimal): -1715858 or 7262693. OLE color: 7262693.
HSL color Cylindrical-coordinate representation of color #E5D16E: hue angle of 49.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D16E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 110 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.10 |
| HSL | 49.92º | 0.7% | 0.66% | - |
| HSV(B) | 49.92º | 0.52% | 0.9% | - |
| XYZ | 57.93 | 63.38 | 23.93 | - |
| YUV | 203.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 110 | 0 | 0.09 | 0.52 | 0.10 | 49.92 | 0.7 | 0.66 |
| Hex | E5 | D1 | 6E | 0 | 9 | 34 | A | 32 | 46 | 42 |
| Octal | 345 | 321 | 156 | 0 | 11 | 64 | 12 | 62 | 106 | 102 |
| Binary | 11100101 | 11010001 | 1101110 | 0 | 1001 | 110100 | 1010 | 110010 | 1000110 | 1000010 |
Color Harmonies of #E5D16E
Complementary color
Monochromatic Colors of #E5D16E
Black with #E5D16E
Text Example
Text Example
White with #E5D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D16E; }
p { color: rgb(229,209,110); }
H1.HeaderClassName
{
color: #E5D16E;
}
.AnyTagClassName
{
color: #E5D16E;
}
</style>
background-color css
<style>
a { background-color: #E5D16E; }
a { background-color: rgb(229,209,110); }
div.DivClassName
{
background-color: #E5D16E;
}
.BgClassName
{
background-color: #E5D16E;
}
</style>
border-color css
<style>
span { border-color: #E5D16E; }
span { border-color: rgb(229,209,110); }
td.TdClassName
{
border-color: #E5D16E;
}
.TagClassName
{
border-color: #E5D16E;
}
</style>