Shades of Wild Rice #E0D87A
Tints of Wild Rice #E0D87A
RGB
CMYK
RGB Variations
Color information
#E0D87A (or 0xE0D87A) is known color: Wild Rice. HEX triplet: E0, D8 and 7A. RGB value is (224,216,122). Sum of RGB (Red+Green+Blue) = 224+216+122=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D87A is #1F2785. Grayscale: #D0D0D0. Windows color (decimal): -2041734 or 8050912. OLE color: 8050912.
HSL color Cylindrical-coordinate representation of color #E0D87A: hue angle of 55.29º 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 #E0D87A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 122 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.12 |
| HSL | 55.29º | 0.62% | 0.68% | - |
| HSV(B) | 55.29º | 0.46% | 0.88% | - |
| XYZ | 58.81 | 66.36 | 28.12 | - |
| YUV | 207.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 122 | 0 | 0.04 | 0.46 | 0.12 | 55.29 | 0.62 | 0.68 |
| Hex | E0 | D8 | 7A | 0 | 4 | 2E | C | 37 | 3E | 44 |
| Octal | 340 | 330 | 172 | 0 | 4 | 56 | 14 | 67 | 76 | 104 |
| Binary | 11100000 | 11011000 | 1111010 | 0 | 100 | 101110 | 1100 | 110111 | 111110 | 1000100 |
Color Harmonies of #E0D87A
Complementary color
Monochromatic Colors of #E0D87A
Black with #E0D87A
Text Example
Text Example
White with #E0D87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D87A; }
p { color: rgb(224,216,122); }
H1.HeaderClassName
{
color: #E0D87A;
}
.AnyTagClassName
{
color: #E0D87A;
}
</style>
background-color css
<style>
a { background-color: #E0D87A; }
a { background-color: rgb(224,216,122); }
div.DivClassName
{
background-color: #E0D87A;
}
.BgClassName
{
background-color: #E0D87A;
}
</style>
border-color css
<style>
span { border-color: #E0D87A; }
span { border-color: rgb(224,216,122); }
td.TdClassName
{
border-color: #E0D87A;
}
.TagClassName
{
border-color: #E0D87A;
}
</style>