Shades of Wild Rice #E5D374
Tints of Wild Rice #E5D374
RGB
CMYK
RGB Variations
Color information
#E5D374 (or 0xE5D374) is known color: Wild Rice. HEX triplet: E5, D3 and 74. RGB value is (229,211,116). Sum of RGB (Red+Green+Blue) = 229+211+116=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D374 is #1A2C8B. Grayscale: #CDCDCD. Windows color (decimal): -1715340 or 7656421. OLE color: 7656421.
HSL color Cylindrical-coordinate representation of color #E5D374: hue angle of 50.44º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5D374 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 116 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.10 |
| HSL | 50.44º | 0.68% | 0.68% | - |
| HSV(B) | 50.44º | 0.49% | 0.9% | - |
| XYZ | 58.76 | 64.51 | 25.88 | - |
| YUV | 205.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 116 | 0 | 0.08 | 0.49 | 0.10 | 50.44 | 0.68 | 0.68 |
| Hex | E5 | D3 | 74 | 0 | 8 | 31 | A | 32 | 44 | 44 |
| Octal | 345 | 323 | 164 | 0 | 10 | 61 | 12 | 62 | 104 | 104 |
| Binary | 11100101 | 11010011 | 1110100 | 0 | 1000 | 110001 | 1010 | 110010 | 1000100 | 1000100 |
Color Harmonies of #E5D374
Complementary color
Monochromatic Colors of #E5D374
Black with #E5D374
Text Example
Text Example
White with #E5D374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D374; }
p { color: rgb(229,211,116); }
H1.HeaderClassName
{
color: #E5D374;
}
.AnyTagClassName
{
color: #E5D374;
}
</style>
background-color css
<style>
a { background-color: #E5D374; }
a { background-color: rgb(229,211,116); }
div.DivClassName
{
background-color: #E5D374;
}
.BgClassName
{
background-color: #E5D374;
}
</style>
border-color css
<style>
span { border-color: #E5D374; }
span { border-color: rgb(229,211,116); }
td.TdClassName
{
border-color: #E5D374;
}
.TagClassName
{
border-color: #E5D374;
}
</style>