Shades of Wild Rice #E0D77A
Tints of Wild Rice #E0D77A
RGB
CMYK
RGB Variations
Color information
#E0D77A (or 0xE0D77A) is known color: Wild Rice. HEX triplet: E0, D7 and 7A. RGB value is (224,215,122). Sum of RGB (Red+Green+Blue) = 224+215+122=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D77A is #1F2885. Grayscale: #CFCFCF. Windows color (decimal): -2041990 or 8050656. OLE color: 8050656.
HSL color Cylindrical-coordinate representation of color #E0D77A: hue angle of 54.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0D77A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 122 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.12 |
| HSL | 54.71º | 0.62% | 0.68% | - |
| HSV(B) | 54.71º | 0.46% | 0.88% | - |
| XYZ | 58.55 | 65.85 | 28.04 | - |
| YUV | 207.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 122 | 0 | 0.04 | 0.46 | 0.12 | 54.71 | 0.62 | 0.68 |
| Hex | E0 | D7 | 7A | 0 | 4 | 2E | C | 37 | 3E | 44 |
| Octal | 340 | 327 | 172 | 0 | 4 | 56 | 14 | 67 | 76 | 104 |
| Binary | 11100000 | 11010111 | 1111010 | 0 | 100 | 101110 | 1100 | 110111 | 111110 | 1000100 |
Color Harmonies of #E0D77A
Complementary color
Monochromatic Colors of #E0D77A
Black with #E0D77A
Text Example
Text Example
White with #E0D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D77A; }
p { color: rgb(224,215,122); }
H1.HeaderClassName
{
color: #E0D77A;
}
.AnyTagClassName
{
color: #E0D77A;
}
</style>
background-color css
<style>
a { background-color: #E0D77A; }
a { background-color: rgb(224,215,122); }
div.DivClassName
{
background-color: #E0D77A;
}
.BgClassName
{
background-color: #E0D77A;
}
</style>
border-color css
<style>
span { border-color: #E0D77A; }
span { border-color: rgb(224,215,122); }
td.TdClassName
{
border-color: #E0D77A;
}
.TagClassName
{
border-color: #E0D77A;
}
</style>