Shades of Wild Rice #E5D37C
Tints of Wild Rice #E5D37C
RGB
CMYK
RGB Variations
Color information
#E5D37C (or 0xE5D37C) is known color: Wild Rice. HEX triplet: E5, D3 and 7C. RGB value is (229,211,124). Sum of RGB (Red+Green+Blue) = 229+211+124=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D37C is #1A2C83. Grayscale: #CECECE. Windows color (decimal): -1715332 or 8180709. OLE color: 8180709.
HSL color Cylindrical-coordinate representation of color #E5D37C: hue angle of 49.71º 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 #E5D37C is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 124 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.10 |
| HSL | 49.71º | 0.67% | 0.69% | - |
| HSV(B) | 49.71º | 0.46% | 0.9% | - |
| XYZ | 59.25 | 64.7 | 28.43 | - |
| YUV | 206.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 124 | 0 | 0.08 | 0.46 | 0.10 | 49.71 | 0.67 | 0.69 |
| Hex | E5 | D3 | 7C | 0 | 8 | 2E | A | 32 | 43 | 45 |
| Octal | 345 | 323 | 174 | 0 | 10 | 56 | 12 | 62 | 103 | 105 |
| Binary | 11100101 | 11010011 | 1111100 | 0 | 1000 | 101110 | 1010 | 110010 | 1000011 | 1000101 |
Color Harmonies of #E5D37C
Complementary color
Monochromatic Colors of #E5D37C
Black with #E5D37C
Text Example
Text Example
White with #E5D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D37C; }
p { color: rgb(229,211,124); }
H1.HeaderClassName
{
color: #E5D37C;
}
.AnyTagClassName
{
color: #E5D37C;
}
</style>
background-color css
<style>
a { background-color: #E5D37C; }
a { background-color: rgb(229,211,124); }
div.DivClassName
{
background-color: #E5D37C;
}
.BgClassName
{
background-color: #E5D37C;
}
</style>
border-color css
<style>
span { border-color: #E5D37C; }
span { border-color: rgb(229,211,124); }
td.TdClassName
{
border-color: #E5D37C;
}
.TagClassName
{
border-color: #E5D37C;
}
</style>