Shades of Wild Rice #E2D178
Tints of Wild Rice #E2D178
RGB
CMYK
RGB Variations
Color information
#E2D178 (or 0xE2D178) is known color: Wild Rice. HEX triplet: E2, D1 and 78. RGB value is (226,209,120). Sum of RGB (Red+Green+Blue) = 226+209+120=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D178 is #1D2E87. Grayscale: #CCCCCC. Windows color (decimal): -1912456 or 7918050. OLE color: 7918050.
HSL color Cylindrical-coordinate representation of color #E2D178: hue angle of 50.38º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2D178 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 120 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 50.38º | 0.65% | 0.68% | - |
| HSV(B) | 50.38º | 0.47% | 0.89% | - |
| XYZ | 57.55 | 63.13 | 26.92 | - |
| YUV | 203.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 120 | 0 | 0.08 | 0.47 | 0.11 | 50.38 | 0.65 | 0.68 |
| Hex | E2 | D1 | 78 | 0 | 8 | 2F | B | 32 | 41 | 44 |
| Octal | 342 | 321 | 170 | 0 | 10 | 57 | 13 | 62 | 101 | 104 |
| Binary | 11100010 | 11010001 | 1111000 | 0 | 1000 | 101111 | 1011 | 110010 | 1000001 | 1000100 |
Color Harmonies of #E2D178
Complementary color
Monochromatic Colors of #E2D178
Black with #E2D178
Text Example
Text Example
White with #E2D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D178; }
p { color: rgb(226,209,120); }
H1.HeaderClassName
{
color: #E2D178;
}
.AnyTagClassName
{
color: #E2D178;
}
</style>
background-color css
<style>
a { background-color: #E2D178; }
a { background-color: rgb(226,209,120); }
div.DivClassName
{
background-color: #E2D178;
}
.BgClassName
{
background-color: #E2D178;
}
</style>
border-color css
<style>
span { border-color: #E2D178; }
span { border-color: rgb(226,209,120); }
td.TdClassName
{
border-color: #E2D178;
}
.TagClassName
{
border-color: #E2D178;
}
</style>