Shades of Wild Rice #E5DA70
Tints of Wild Rice #E5DA70
RGB
CMYK
RGB Variations
Color information
#E5DA70 (or 0xE5DA70) is known color: Wild Rice. HEX triplet: E5, DA and 70. RGB value is (229,218,112). Sum of RGB (Red+Green+Blue) = 229+218+112=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA70 is #1A258F. Grayscale: #D1D1D1. Windows color (decimal): -1713552 or 7396069. OLE color: 7396069.
HSL color Cylindrical-coordinate representation of color #E5DA70: hue angle of 54.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5DA70 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 112 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.10 |
| HSL | 54.36º | 0.69% | 0.67% | - |
| HSV(B) | 54.36º | 0.51% | 0.9% | - |
| XYZ | 60.31 | 67.97 | 25.27 | - |
| YUV | 209.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 112 | 0 | 0.05 | 0.51 | 0.10 | 54.36 | 0.69 | 0.67 |
| Hex | E5 | DA | 70 | 0 | 5 | 33 | A | 36 | 45 | 43 |
| Octal | 345 | 332 | 160 | 0 | 5 | 63 | 12 | 66 | 105 | 103 |
| Binary | 11100101 | 11011010 | 1110000 | 0 | 101 | 110011 | 1010 | 110110 | 1000101 | 1000011 |
Color Harmonies of #E5DA70
Complementary color
Monochromatic Colors of #E5DA70
Black with #E5DA70
Text Example
Text Example
White with #E5DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA70; }
p { color: rgb(229,218,112); }
H1.HeaderClassName
{
color: #E5DA70;
}
.AnyTagClassName
{
color: #E5DA70;
}
</style>
background-color css
<style>
a { background-color: #E5DA70; }
a { background-color: rgb(229,218,112); }
div.DivClassName
{
background-color: #E5DA70;
}
.BgClassName
{
background-color: #E5DA70;
}
</style>
border-color css
<style>
span { border-color: #E5DA70; }
span { border-color: rgb(229,218,112); }
td.TdClassName
{
border-color: #E5DA70;
}
.TagClassName
{
border-color: #E5DA70;
}
</style>