Shades of Wild Rice #E2D47B
Tints of Wild Rice #E2D47B
RGB
CMYK
RGB Variations
Color information
#E2D47B (or 0xE2D47B) is known color: Wild Rice. HEX triplet: E2, D4 and 7B. RGB value is (226,212,123). Sum of RGB (Red+Green+Blue) = 226+212+123=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D47B is #1D2B84. Grayscale: #CECECE. Windows color (decimal): -1911685 or 8115426. OLE color: 8115426.
HSL color Cylindrical-coordinate representation of color #E2D47B: hue angle of 51.84º 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 #E2D47B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 123 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.11 |
| HSL | 51.84º | 0.64% | 0.68% | - |
| HSV(B) | 51.84º | 0.46% | 0.89% | - |
| XYZ | 58.48 | 64.69 | 28.14 | - |
| YUV | 206.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 123 | 0 | 0.06 | 0.46 | 0.11 | 51.84 | 0.64 | 0.68 |
| Hex | E2 | D4 | 7B | 0 | 6 | 2E | B | 34 | 40 | 44 |
| Octal | 342 | 324 | 173 | 0 | 6 | 56 | 13 | 64 | 100 | 104 |
| Binary | 11100010 | 11010100 | 1111011 | 0 | 110 | 101110 | 1011 | 110100 | 1000000 | 1000100 |
Color Harmonies of #E2D47B
Complementary color
Monochromatic Colors of #E2D47B
Black with #E2D47B
Text Example
Text Example
White with #E2D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D47B; }
p { color: rgb(226,212,123); }
H1.HeaderClassName
{
color: #E2D47B;
}
.AnyTagClassName
{
color: #E2D47B;
}
</style>
background-color css
<style>
a { background-color: #E2D47B; }
a { background-color: rgb(226,212,123); }
div.DivClassName
{
background-color: #E2D47B;
}
.BgClassName
{
background-color: #E2D47B;
}
</style>
border-color css
<style>
span { border-color: #E2D47B; }
span { border-color: rgb(226,212,123); }
td.TdClassName
{
border-color: #E2D47B;
}
.TagClassName
{
border-color: #E2D47B;
}
</style>