Shades of Wild Rice #E5D97B
Tints of Wild Rice #E5D97B
RGB
CMYK
RGB Variations
Color information
#E5D97B (or 0xE5D97B) is known color: Wild Rice. HEX triplet: E5, D9 and 7B. RGB value is (229,217,123). Sum of RGB (Red+Green+Blue) = 229+217+123=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D97B is #1A2684. Grayscale: #D2D2D2. Windows color (decimal): -1713797 or 8116709. OLE color: 8116709.
HSL color Cylindrical-coordinate representation of color #E5D97B: hue angle of 53.21º 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 #E5D97B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 123 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.10 |
| HSL | 53.21º | 0.67% | 0.69% | - |
| HSV(B) | 53.21º | 0.46% | 0.9% | - |
| XYZ | 60.7 | 67.71 | 28.61 | - |
| YUV | 209.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 123 | 0 | 0.05 | 0.46 | 0.10 | 53.21 | 0.67 | 0.69 |
| Hex | E5 | D9 | 7B | 0 | 5 | 2E | A | 35 | 43 | 45 |
| Octal | 345 | 331 | 173 | 0 | 5 | 56 | 12 | 65 | 103 | 105 |
| Binary | 11100101 | 11011001 | 1111011 | 0 | 101 | 101110 | 1010 | 110101 | 1000011 | 1000101 |
Color Harmonies of #E5D97B
Complementary color
Monochromatic Colors of #E5D97B
Black with #E5D97B
Text Example
Text Example
White with #E5D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D97B; }
p { color: rgb(229,217,123); }
H1.HeaderClassName
{
color: #E5D97B;
}
.AnyTagClassName
{
color: #E5D97B;
}
</style>
background-color css
<style>
a { background-color: #E5D97B; }
a { background-color: rgb(229,217,123); }
div.DivClassName
{
background-color: #E5D97B;
}
.BgClassName
{
background-color: #E5D97B;
}
</style>
border-color css
<style>
span { border-color: #E5D97B; }
span { border-color: rgb(229,217,123); }
td.TdClassName
{
border-color: #E5D97B;
}
.TagClassName
{
border-color: #E5D97B;
}
</style>