Shades of Wild Rice #E5DA7A
Tints of Wild Rice #E5DA7A
RGB
CMYK
RGB Variations
Color information
#E5DA7A (or 0xE5DA7A) is known color: Wild Rice. HEX triplet: E5, DA and 7A. RGB value is (229,218,122). Sum of RGB (Red+Green+Blue) = 229+218+122=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA7A is #1A2585. Grayscale: #D2D2D2. Windows color (decimal): -1713542 or 8051429. OLE color: 8051429.
HSL color Cylindrical-coordinate representation of color #E5DA7A: hue angle of 53.83º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5DA7A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 122 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.10 |
| HSL | 53.83º | 0.67% | 0.69% | - |
| HSV(B) | 53.83º | 0.47% | 0.9% | - |
| XYZ | 60.9 | 68.21 | 28.37 | - |
| YUV | 210.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 122 | 0 | 0.05 | 0.47 | 0.10 | 53.83 | 0.67 | 0.69 |
| Hex | E5 | DA | 7A | 0 | 5 | 2F | A | 36 | 43 | 45 |
| Octal | 345 | 332 | 172 | 0 | 5 | 57 | 12 | 66 | 103 | 105 |
| Binary | 11100101 | 11011010 | 1111010 | 0 | 101 | 101111 | 1010 | 110110 | 1000011 | 1000101 |
Color Harmonies of #E5DA7A
Complementary color
Monochromatic Colors of #E5DA7A
Black with #E5DA7A
Text Example
Text Example
White with #E5DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA7A; }
p { color: rgb(229,218,122); }
H1.HeaderClassName
{
color: #E5DA7A;
}
.AnyTagClassName
{
color: #E5DA7A;
}
</style>
background-color css
<style>
a { background-color: #E5DA7A; }
a { background-color: rgb(229,218,122); }
div.DivClassName
{
background-color: #E5DA7A;
}
.BgClassName
{
background-color: #E5DA7A;
}
</style>
border-color css
<style>
span { border-color: #E5DA7A; }
span { border-color: rgb(229,218,122); }
td.TdClassName
{
border-color: #E5DA7A;
}
.TagClassName
{
border-color: #E5DA7A;
}
</style>