Shades of Wild Rice #E5D36E
Tints of Wild Rice #E5D36E
RGB
CMYK
RGB Variations
Color information
#E5D36E (or 0xE5D36E) is known color: Wild Rice. HEX triplet: E5, D3 and 6E. RGB value is (229,211,110). Sum of RGB (Red+Green+Blue) = 229+211+110=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D36E is #1A2C91. Grayscale: #CDCDCD. Windows color (decimal): -1715346 or 7263205. OLE color: 7263205.
HSL color Cylindrical-coordinate representation of color #E5D36E: hue angle of 50.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 #E5D36E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 110 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.10 |
| HSL | 50.92º | 0.7% | 0.66% | - |
| HSV(B) | 50.92º | 0.52% | 0.9% | - |
| XYZ | 58.42 | 64.37 | 24.1 | - |
| YUV | 204.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 110 | 0 | 0.08 | 0.52 | 0.10 | 50.92 | 0.7 | 0.66 |
| Hex | E5 | D3 | 6E | 0 | 8 | 34 | A | 33 | 46 | 42 |
| Octal | 345 | 323 | 156 | 0 | 10 | 64 | 12 | 63 | 106 | 102 |
| Binary | 11100101 | 11010011 | 1101110 | 0 | 1000 | 110100 | 1010 | 110011 | 1000110 | 1000010 |
Color Harmonies of #E5D36E
Complementary color
Monochromatic Colors of #E5D36E
Black with #E5D36E
Text Example
Text Example
White with #E5D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D36E; }
p { color: rgb(229,211,110); }
H1.HeaderClassName
{
color: #E5D36E;
}
.AnyTagClassName
{
color: #E5D36E;
}
</style>
background-color css
<style>
a { background-color: #E5D36E; }
a { background-color: rgb(229,211,110); }
div.DivClassName
{
background-color: #E5D36E;
}
.BgClassName
{
background-color: #E5D36E;
}
</style>
border-color css
<style>
span { border-color: #E5D36E; }
span { border-color: rgb(229,211,110); }
td.TdClassName
{
border-color: #E5D36E;
}
.TagClassName
{
border-color: #E5D36E;
}
</style>