Shades of Wild Rice #E5D87D
Tints of Wild Rice #E5D87D
RGB
CMYK
RGB Variations
Color information
#E5D87D (or 0xE5D87D) is known color: Wild Rice. HEX triplet: E5, D8 and 7D. RGB value is (229,216,125). Sum of RGB (Red+Green+Blue) = 229+216+125=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D87D is #1A2782. Grayscale: #D1D1D1. Windows color (decimal): -1714051 or 8247525. OLE color: 8247525.
HSL color Cylindrical-coordinate representation of color #E5D87D: hue angle of 52.5º 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 #E5D87D is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 125 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.10 |
| HSL | 52.5º | 0.67% | 0.69% | - |
| HSV(B) | 52.5º | 0.45% | 0.9% | - |
| XYZ | 60.57 | 67.25 | 29.19 | - |
| YUV | 209.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 125 | 0 | 0.06 | 0.45 | 0.10 | 52.5 | 0.67 | 0.69 |
| Hex | E5 | D8 | 7D | 0 | 6 | 2D | A | 34 | 43 | 45 |
| Octal | 345 | 330 | 175 | 0 | 6 | 55 | 12 | 64 | 103 | 105 |
| Binary | 11100101 | 11011000 | 1111101 | 0 | 110 | 101101 | 1010 | 110100 | 1000011 | 1000101 |
Color Harmonies of #E5D87D
Complementary color
Monochromatic Colors of #E5D87D
Black with #E5D87D
Text Example
Text Example
White with #E5D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D87D; }
p { color: rgb(229,216,125); }
H1.HeaderClassName
{
color: #E5D87D;
}
.AnyTagClassName
{
color: #E5D87D;
}
</style>
background-color css
<style>
a { background-color: #E5D87D; }
a { background-color: rgb(229,216,125); }
div.DivClassName
{
background-color: #E5D87D;
}
.BgClassName
{
background-color: #E5D87D;
}
</style>
border-color css
<style>
span { border-color: #E5D87D; }
span { border-color: rgb(229,216,125); }
td.TdClassName
{
border-color: #E5D87D;
}
.TagClassName
{
border-color: #E5D87D;
}
</style>