Shades of Wild Rice #E5D57C
Tints of Wild Rice #E5D57C
RGB
CMYK
RGB Variations
Color information
#E5D57C (or 0xE5D57C) is known color: Wild Rice. HEX triplet: E5, D5 and 7C. RGB value is (229,213,124). Sum of RGB (Red+Green+Blue) = 229+213+124=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D57C is #1A2A83. Grayscale: #D0D0D0. Windows color (decimal): -1714820 or 8181221. OLE color: 8181221.
HSL color Cylindrical-coordinate representation of color #E5D57C: hue angle of 50.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5D57C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 124 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.10 |
| HSL | 50.86º | 0.67% | 0.69% | - |
| HSV(B) | 50.86º | 0.46% | 0.9% | - |
| XYZ | 59.75 | 65.7 | 28.6 | - |
| YUV | 207.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 124 | 0 | 0.07 | 0.46 | 0.10 | 50.86 | 0.67 | 0.69 |
| Hex | E5 | D5 | 7C | 0 | 7 | 2E | A | 33 | 43 | 45 |
| Octal | 345 | 325 | 174 | 0 | 7 | 56 | 12 | 63 | 103 | 105 |
| Binary | 11100101 | 11010101 | 1111100 | 0 | 111 | 101110 | 1010 | 110011 | 1000011 | 1000101 |
Color Harmonies of #E5D57C
Complementary color
Monochromatic Colors of #E5D57C
Black with #E5D57C
Text Example
Text Example
White with #E5D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D57C; }
p { color: rgb(229,213,124); }
H1.HeaderClassName
{
color: #E5D57C;
}
.AnyTagClassName
{
color: #E5D57C;
}
</style>
background-color css
<style>
a { background-color: #E5D57C; }
a { background-color: rgb(229,213,124); }
div.DivClassName
{
background-color: #E5D57C;
}
.BgClassName
{
background-color: #E5D57C;
}
</style>
border-color css
<style>
span { border-color: #E5D57C; }
span { border-color: rgb(229,213,124); }
td.TdClassName
{
border-color: #E5D57C;
}
.TagClassName
{
border-color: #E5D57C;
}
</style>