Shades of Wild Rice #E5D97D
Tints of Wild Rice #E5D97D
RGB
CMYK
RGB Variations
Color information
#E5D97D (or 0xE5D97D) is known color: Wild Rice. HEX triplet: E5, D9 and 7D. RGB value is (229,217,125). Sum of RGB (Red+Green+Blue) = 229+217+125=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D97D is #1A2682. Grayscale: #D2D2D2. Windows color (decimal): -1713795 or 8247781. OLE color: 8247781.
HSL color Cylindrical-coordinate representation of color #E5D97D: hue angle of 53.08º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5D97D is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 125 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.10 |
| HSL | 53.08º | 0.67% | 0.69% | - |
| HSV(B) | 53.08º | 0.45% | 0.9% | - |
| XYZ | 60.83 | 67.76 | 29.28 | - |
| YUV | 210.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 125 | 0 | 0.05 | 0.45 | 0.10 | 53.08 | 0.67 | 0.69 |
| Hex | E5 | D9 | 7D | 0 | 5 | 2D | A | 35 | 43 | 45 |
| Octal | 345 | 331 | 175 | 0 | 5 | 55 | 12 | 65 | 103 | 105 |
| Binary | 11100101 | 11011001 | 1111101 | 0 | 101 | 101101 | 1010 | 110101 | 1000011 | 1000101 |
Color Harmonies of #E5D97D
Complementary color
Monochromatic Colors of #E5D97D
Black with #E5D97D
Text Example
Text Example
White with #E5D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D97D; }
p { color: rgb(229,217,125); }
H1.HeaderClassName
{
color: #E5D97D;
}
.AnyTagClassName
{
color: #E5D97D;
}
</style>
background-color css
<style>
a { background-color: #E5D97D; }
a { background-color: rgb(229,217,125); }
div.DivClassName
{
background-color: #E5D97D;
}
.BgClassName
{
background-color: #E5D97D;
}
</style>
border-color css
<style>
span { border-color: #E5D97D; }
span { border-color: rgb(229,217,125); }
td.TdClassName
{
border-color: #E5D97D;
}
.TagClassName
{
border-color: #E5D97D;
}
</style>