Shades of Wild Rice #E2D47A
Tints of Wild Rice #E2D47A
RGB
CMYK
RGB Variations
Color information
#E2D47A (or 0xE2D47A) is known color: Wild Rice. HEX triplet: E2, D4 and 7A. RGB value is (226,212,122). Sum of RGB (Red+Green+Blue) = 226+212+122=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D47A is #1D2B85. Grayscale: #CECECE. Windows color (decimal): -1911686 or 8049890. OLE color: 8049890.
HSL color Cylindrical-coordinate representation of color #E2D47A: hue angle of 51.92º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2D47A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 122 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.11 |
| HSL | 51.92º | 0.64% | 0.68% | - |
| HSV(B) | 51.92º | 0.46% | 0.89% | - |
| XYZ | 58.42 | 64.66 | 27.81 | - |
| YUV | 205.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 122 | 0 | 0.06 | 0.46 | 0.11 | 51.92 | 0.64 | 0.68 |
| Hex | E2 | D4 | 7A | 0 | 6 | 2E | B | 34 | 40 | 44 |
| Octal | 342 | 324 | 172 | 0 | 6 | 56 | 13 | 64 | 100 | 104 |
| Binary | 11100010 | 11010100 | 1111010 | 0 | 110 | 101110 | 1011 | 110100 | 1000000 | 1000100 |
Color Harmonies of #E2D47A
Complementary color
Monochromatic Colors of #E2D47A
Black with #E2D47A
Text Example
Text Example
White with #E2D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D47A; }
p { color: rgb(226,212,122); }
H1.HeaderClassName
{
color: #E2D47A;
}
.AnyTagClassName
{
color: #E2D47A;
}
</style>
background-color css
<style>
a { background-color: #E2D47A; }
a { background-color: rgb(226,212,122); }
div.DivClassName
{
background-color: #E2D47A;
}
.BgClassName
{
background-color: #E2D47A;
}
</style>
border-color css
<style>
span { border-color: #E2D47A; }
span { border-color: rgb(226,212,122); }
td.TdClassName
{
border-color: #E2D47A;
}
.TagClassName
{
border-color: #E2D47A;
}
</style>