Shades of Wild Rice #E2D46D
Tints of Wild Rice #E2D46D
RGB
CMYK
RGB Variations
Color information
#E2D46D (or 0xE2D46D) is known color: Wild Rice. HEX triplet: E2, D4 and 6D. RGB value is (226,212,109). Sum of RGB (Red+Green+Blue) = 226+212+109=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D46D is #1D2B92. Grayscale: #CCCCCC. Windows color (decimal): -1911699 or 7197922. OLE color: 7197922.
HSL color Cylindrical-coordinate representation of color #E2D46D: hue angle of 52.82º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2D46D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 109 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.11 |
| HSL | 52.82º | 0.67% | 0.66% | - |
| HSV(B) | 52.82º | 0.52% | 0.89% | - |
| XYZ | 57.67 | 64.36 | 23.85 | - |
| YUV | 204.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 109 | 0 | 0.06 | 0.52 | 0.11 | 52.82 | 0.67 | 0.66 |
| Hex | E2 | D4 | 6D | 0 | 6 | 34 | B | 35 | 43 | 42 |
| Octal | 342 | 324 | 155 | 0 | 6 | 64 | 13 | 65 | 103 | 102 |
| Binary | 11100010 | 11010100 | 1101101 | 0 | 110 | 110100 | 1011 | 110101 | 1000011 | 1000010 |
Color Harmonies of #E2D46D
Complementary color
Monochromatic Colors of #E2D46D
Black with #E2D46D
Text Example
Text Example
White with #E2D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D46D; }
p { color: rgb(226,212,109); }
H1.HeaderClassName
{
color: #E2D46D;
}
.AnyTagClassName
{
color: #E2D46D;
}
</style>
background-color css
<style>
a { background-color: #E2D46D; }
a { background-color: rgb(226,212,109); }
div.DivClassName
{
background-color: #E2D46D;
}
.BgClassName
{
background-color: #E2D46D;
}
</style>
border-color css
<style>
span { border-color: #E2D46D; }
span { border-color: rgb(226,212,109); }
td.TdClassName
{
border-color: #E2D46D;
}
.TagClassName
{
border-color: #E2D46D;
}
</style>