Shades of Wild Rice #E4D179
Tints of Wild Rice #E4D179
RGB
CMYK
RGB Variations
Color information
#E4D179 (or 0xE4D179) is known color: Wild Rice. HEX triplet: E4, D1 and 79. RGB value is (228,209,121). Sum of RGB (Red+Green+Blue) = 228+209+121=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D179 is #1B2E86. Grayscale: #CDCDCD. Windows color (decimal): -1781383 or 7983588. OLE color: 7983588.
HSL color Cylindrical-coordinate representation of color #E4D179: hue angle of 49.35º 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 #E4D179 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 209 | 121 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 49.35º | 0.66% | 0.68% | - |
| HSV(B) | 49.35º | 0.47% | 0.89% | - |
| XYZ | 58.25 | 63.48 | 27.27 | - |
| YUV | 204.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 209 | 121 | 0 | 0.08 | 0.47 | 0.11 | 49.35 | 0.66 | 0.68 |
| Hex | E4 | D1 | 79 | 0 | 8 | 2F | B | 31 | 42 | 44 |
| Octal | 344 | 321 | 171 | 0 | 10 | 57 | 13 | 61 | 102 | 104 |
| Binary | 11100100 | 11010001 | 1111001 | 0 | 1000 | 101111 | 1011 | 110001 | 1000010 | 1000100 |
Color Harmonies of #E4D179
Complementary color
Monochromatic Colors of #E4D179
Black with #E4D179
Text Example
Text Example
White with #E4D179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D179; }
p { color: rgb(228,209,121); }
H1.HeaderClassName
{
color: #E4D179;
}
.AnyTagClassName
{
color: #E4D179;
}
</style>
background-color css
<style>
a { background-color: #E4D179; }
a { background-color: rgb(228,209,121); }
div.DivClassName
{
background-color: #E4D179;
}
.BgClassName
{
background-color: #E4D179;
}
</style>
border-color css
<style>
span { border-color: #E4D179; }
span { border-color: rgb(228,209,121); }
td.TdClassName
{
border-color: #E4D179;
}
.TagClassName
{
border-color: #E4D179;
}
</style>