Shades of Wild Rice #E3D178
Tints of Wild Rice #E3D178
RGB
CMYK
RGB Variations
Color information
#E3D178 (or 0xE3D178) is known color: Wild Rice. HEX triplet: E3, D1 and 78. RGB value is (227,209,120). Sum of RGB (Red+Green+Blue) = 227+209+120=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D178 is #1C2E87. Grayscale: #CCCCCC. Windows color (decimal): -1846920 or 7918051. OLE color: 7918051.
HSL color Cylindrical-coordinate representation of color #E3D178: hue angle of 49.91º degrees, saturation: 0.66, 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 #E3D178 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 209 | 120 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 49.91º | 0.66% | 0.68% | - |
| HSV(B) | 49.91º | 0.47% | 0.89% | - |
| XYZ | 57.87 | 63.29 | 26.94 | - |
| YUV | 204.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 120 | 0 | 0.08 | 0.47 | 0.11 | 49.91 | 0.66 | 0.68 |
| Hex | E3 | D1 | 78 | 0 | 8 | 2F | B | 32 | 42 | 44 |
| Octal | 343 | 321 | 170 | 0 | 10 | 57 | 13 | 62 | 102 | 104 |
| Binary | 11100011 | 11010001 | 1111000 | 0 | 1000 | 101111 | 1011 | 110010 | 1000010 | 1000100 |
Color Harmonies of #E3D178
Complementary color
Monochromatic Colors of #E3D178
Black with #E3D178
Text Example
Text Example
White with #E3D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D178; }
p { color: rgb(227,209,120); }
H1.HeaderClassName
{
color: #E3D178;
}
.AnyTagClassName
{
color: #E3D178;
}
</style>
background-color css
<style>
a { background-color: #E3D178; }
a { background-color: rgb(227,209,120); }
div.DivClassName
{
background-color: #E3D178;
}
.BgClassName
{
background-color: #E3D178;
}
</style>
border-color css
<style>
span { border-color: #E3D178; }
span { border-color: rgb(227,209,120); }
td.TdClassName
{
border-color: #E3D178;
}
.TagClassName
{
border-color: #E3D178;
}
</style>