Shades of Wild Rice #E4D176
Tints of Wild Rice #E4D176
RGB
CMYK
RGB Variations
Color information
#E4D176 (or 0xE4D176) is known color: Wild Rice. HEX triplet: E4, D1 and 76. RGB value is (228,209,118). Sum of RGB (Red+Green+Blue) = 228+209+118=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D176 is #1B2E89. Grayscale: #CCCCCC. Windows color (decimal): -1781386 or 7786980. OLE color: 7786980.
HSL color Cylindrical-coordinate representation of color #E4D176: hue angle of 49.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4D176 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 209 | 118 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.11 |
| HSL | 49.64º | 0.67% | 0.68% | - |
| HSV(B) | 49.64º | 0.48% | 0.89% | - |
| XYZ | 58.07 | 63.4 | 26.32 | - |
| YUV | 204.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 209 | 118 | 0 | 0.08 | 0.48 | 0.11 | 49.64 | 0.67 | 0.68 |
| Hex | E4 | D1 | 76 | 0 | 8 | 30 | B | 32 | 43 | 44 |
| Octal | 344 | 321 | 166 | 0 | 10 | 60 | 13 | 62 | 103 | 104 |
| Binary | 11100100 | 11010001 | 1110110 | 0 | 1000 | 110000 | 1011 | 110010 | 1000011 | 1000100 |
Color Harmonies of #E4D176
Complementary color
Monochromatic Colors of #E4D176
Black with #E4D176
Text Example
Text Example
White with #E4D176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D176; }
p { color: rgb(228,209,118); }
H1.HeaderClassName
{
color: #E4D176;
}
.AnyTagClassName
{
color: #E4D176;
}
</style>
background-color css
<style>
a { background-color: #E4D176; }
a { background-color: rgb(228,209,118); }
div.DivClassName
{
background-color: #E4D176;
}
.BgClassName
{
background-color: #E4D176;
}
</style>
border-color css
<style>
span { border-color: #E4D176; }
span { border-color: rgb(228,209,118); }
td.TdClassName
{
border-color: #E4D176;
}
.TagClassName
{
border-color: #E4D176;
}
</style>