Shades of Wild Rice #E2D46F
Tints of Wild Rice #E2D46F
RGB
CMYK
RGB Variations
Color information
#E2D46F (or 0xE2D46F) is known color: Wild Rice. HEX triplet: E2, D4 and 6F. RGB value is (226,212,111). Sum of RGB (Red+Green+Blue) = 226+212+111=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D46F is #1D2B90. Grayscale: #CDCDCD. Windows color (decimal): -1911697 or 7328994. OLE color: 7328994.
HSL color Cylindrical-coordinate representation of color #E2D46F: hue angle of 52.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2D46F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 111 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.11 |
| HSL | 52.7º | 0.66% | 0.66% | - |
| HSV(B) | 52.7º | 0.51% | 0.89% | - |
| XYZ | 57.78 | 64.4 | 24.42 | - |
| YUV | 204.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 111 | 0 | 0.06 | 0.51 | 0.11 | 52.7 | 0.66 | 0.66 |
| Hex | E2 | D4 | 6F | 0 | 6 | 33 | B | 35 | 42 | 42 |
| Octal | 342 | 324 | 157 | 0 | 6 | 63 | 13 | 65 | 102 | 102 |
| Binary | 11100010 | 11010100 | 1101111 | 0 | 110 | 110011 | 1011 | 110101 | 1000010 | 1000010 |
Color Harmonies of #E2D46F
Complementary color
Monochromatic Colors of #E2D46F
Black with #E2D46F
Text Example
Text Example
White with #E2D46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D46F; }
p { color: rgb(226,212,111); }
H1.HeaderClassName
{
color: #E2D46F;
}
.AnyTagClassName
{
color: #E2D46F;
}
</style>
background-color css
<style>
a { background-color: #E2D46F; }
a { background-color: rgb(226,212,111); }
div.DivClassName
{
background-color: #E2D46F;
}
.BgClassName
{
background-color: #E2D46F;
}
</style>
border-color css
<style>
span { border-color: #E2D46F; }
span { border-color: rgb(226,212,111); }
td.TdClassName
{
border-color: #E2D46F;
}
.TagClassName
{
border-color: #E2D46F;
}
</style>