Shades of Wild Rice #E5DA6D
Tints of Wild Rice #E5DA6D
RGB
CMYK
RGB Variations
Color information
#E5DA6D (or 0xE5DA6D) is known color: Wild Rice. HEX triplet: E5, DA and 6D. RGB value is (229,218,109). Sum of RGB (Red+Green+Blue) = 229+218+109=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA6D is #1A2592. Grayscale: #D1D1D1. Windows color (decimal): -1713555 or 7199461. OLE color: 7199461.
HSL color Cylindrical-coordinate representation of color #E5DA6D: hue angle of 54.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5DA6D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 109 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.10 |
| HSL | 54.5º | 0.7% | 0.66% | - |
| HSV(B) | 54.5º | 0.52% | 0.9% | - |
| XYZ | 60.14 | 67.9 | 24.4 | - |
| YUV | 208.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 109 | 0 | 0.05 | 0.52 | 0.10 | 54.5 | 0.7 | 0.66 |
| Hex | E5 | DA | 6D | 0 | 5 | 34 | A | 36 | 46 | 42 |
| Octal | 345 | 332 | 155 | 0 | 5 | 64 | 12 | 66 | 106 | 102 |
| Binary | 11100101 | 11011010 | 1101101 | 0 | 101 | 110100 | 1010 | 110110 | 1000110 | 1000010 |
Color Harmonies of #E5DA6D
Complementary color
Monochromatic Colors of #E5DA6D
Black with #E5DA6D
Text Example
Text Example
White with #E5DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA6D; }
p { color: rgb(229,218,109); }
H1.HeaderClassName
{
color: #E5DA6D;
}
.AnyTagClassName
{
color: #E5DA6D;
}
</style>
background-color css
<style>
a { background-color: #E5DA6D; }
a { background-color: rgb(229,218,109); }
div.DivClassName
{
background-color: #E5DA6D;
}
.BgClassName
{
background-color: #E5DA6D;
}
</style>
border-color css
<style>
span { border-color: #E5DA6D; }
span { border-color: rgb(229,218,109); }
td.TdClassName
{
border-color: #E5DA6D;
}
.TagClassName
{
border-color: #E5DA6D;
}
</style>