Shades of Wild Rice #E5DA7C
Tints of Wild Rice #E5DA7C
RGB
CMYK
RGB Variations
Color information
#E5DA7C (or 0xE5DA7C) is known color: Wild Rice. HEX triplet: E5, DA and 7C. RGB value is (229,218,124). Sum of RGB (Red+Green+Blue) = 229+218+124=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA7C is #1A2583. Grayscale: #D2D2D2. Windows color (decimal): -1713540 or 8182501. OLE color: 8182501.
HSL color Cylindrical-coordinate representation of color #E5DA7C: hue angle of 53.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 #E5DA7C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 124 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.10 |
| HSL | 53.71º | 0.67% | 0.69% | - |
| HSV(B) | 53.71º | 0.46% | 0.9% | - |
| XYZ | 61.02 | 68.26 | 29.03 | - |
| YUV | 210.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 124 | 0 | 0.05 | 0.46 | 0.10 | 53.71 | 0.67 | 0.69 |
| Hex | E5 | DA | 7C | 0 | 5 | 2E | A | 36 | 43 | 45 |
| Octal | 345 | 332 | 174 | 0 | 5 | 56 | 12 | 66 | 103 | 105 |
| Binary | 11100101 | 11011010 | 1111100 | 0 | 101 | 101110 | 1010 | 110110 | 1000011 | 1000101 |
Color Harmonies of #E5DA7C
Complementary color
Monochromatic Colors of #E5DA7C
Black with #E5DA7C
Text Example
Text Example
White with #E5DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA7C; }
p { color: rgb(229,218,124); }
H1.HeaderClassName
{
color: #E5DA7C;
}
.AnyTagClassName
{
color: #E5DA7C;
}
</style>
background-color css
<style>
a { background-color: #E5DA7C; }
a { background-color: rgb(229,218,124); }
div.DivClassName
{
background-color: #E5DA7C;
}
.BgClassName
{
background-color: #E5DA7C;
}
</style>
border-color css
<style>
span { border-color: #E5DA7C; }
span { border-color: rgb(229,218,124); }
td.TdClassName
{
border-color: #E5DA7C;
}
.TagClassName
{
border-color: #E5DA7C;
}
</style>