Shades of Wild Rice #E2D672
Tints of Wild Rice #E2D672
RGB
CMYK
RGB Variations
Color information
#E2D672 (or 0xE2D672) is known color: Wild Rice. HEX triplet: E2, D6 and 72. RGB value is (226,214,114). Sum of RGB (Red+Green+Blue) = 226+214+114=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D672 is #1D298D. Grayscale: #CECECE. Windows color (decimal): -1911182 or 7526114. OLE color: 7526114.
HSL color Cylindrical-coordinate representation of color #E2D672: hue angle of 53.57º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2D672 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 114 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.11 |
| HSL | 53.57º | 0.66% | 0.67% | - |
| HSV(B) | 53.57º | 0.5% | 0.89% | - |
| XYZ | 58.45 | 65.48 | 25.48 | - |
| YUV | 206.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 114 | 0 | 0.05 | 0.50 | 0.11 | 53.57 | 0.66 | 0.67 |
| Hex | E2 | D6 | 72 | 0 | 5 | 32 | B | 36 | 42 | 43 |
| Octal | 342 | 326 | 162 | 0 | 5 | 62 | 13 | 66 | 102 | 103 |
| Binary | 11100010 | 11010110 | 1110010 | 0 | 101 | 110010 | 1011 | 110110 | 1000010 | 1000011 |
Color Harmonies of #E2D672
Complementary color
Monochromatic Colors of #E2D672
Black with #E2D672
Text Example
Text Example
White with #E2D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D672; }
p { color: rgb(226,214,114); }
H1.HeaderClassName
{
color: #E2D672;
}
.AnyTagClassName
{
color: #E2D672;
}
</style>
background-color css
<style>
a { background-color: #E2D672; }
a { background-color: rgb(226,214,114); }
div.DivClassName
{
background-color: #E2D672;
}
.BgClassName
{
background-color: #E2D672;
}
</style>
border-color css
<style>
span { border-color: #E2D672; }
span { border-color: rgb(226,214,114); }
td.TdClassName
{
border-color: #E2D672;
}
.TagClassName
{
border-color: #E2D672;
}
</style>