Shades of Wild Rice #E0DA77
Tints of Wild Rice #E0DA77
RGB
CMYK
RGB Variations
Color information
#E0DA77 (or 0xE0DA77) is known color: Wild Rice. HEX triplet: E0, DA and 77. RGB value is (224,218,119). Sum of RGB (Red+Green+Blue) = 224+218+119=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA77 is #1F2588. Grayscale: #D0D0D0. Windows color (decimal): -2041225 or 7854816. OLE color: 7854816.
HSL color Cylindrical-coordinate representation of color #E0DA77: hue angle of 56.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0DA77 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 119 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.12 |
| HSL | 56.57º | 0.63% | 0.67% | - |
| HSV(B) | 56.57º | 0.47% | 0.88% | - |
| XYZ | 59.14 | 67.32 | 27.33 | - |
| YUV | 208.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 119 | 0 | 0.03 | 0.47 | 0.12 | 56.57 | 0.63 | 0.67 |
| Hex | E0 | DA | 77 | 0 | 3 | 2F | C | 39 | 3F | 43 |
| Octal | 340 | 332 | 167 | 0 | 3 | 57 | 14 | 71 | 77 | 103 |
| Binary | 11100000 | 11011010 | 1110111 | 0 | 11 | 101111 | 1100 | 111001 | 111111 | 1000011 |
Color Harmonies of #E0DA77
Complementary color
Monochromatic Colors of #E0DA77
Black with #E0DA77
Text Example
Text Example
White with #E0DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA77; }
p { color: rgb(224,218,119); }
H1.HeaderClassName
{
color: #E0DA77;
}
.AnyTagClassName
{
color: #E0DA77;
}
</style>
background-color css
<style>
a { background-color: #E0DA77; }
a { background-color: rgb(224,218,119); }
div.DivClassName
{
background-color: #E0DA77;
}
.BgClassName
{
background-color: #E0DA77;
}
</style>
border-color css
<style>
span { border-color: #E0DA77; }
span { border-color: rgb(224,218,119); }
td.TdClassName
{
border-color: #E0DA77;
}
.TagClassName
{
border-color: #E0DA77;
}
</style>