Shades of Wild Rice #E2D778
Tints of Wild Rice #E2D778
RGB
CMYK
RGB Variations
Color information
#E2D778 (or 0xE2D778) is known color: Wild Rice. HEX triplet: E2, D7 and 78. RGB value is (226,215,120). Sum of RGB (Red+Green+Blue) = 226+215+120=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D778 is #1D2887. Grayscale: #CFCFCF. Windows color (decimal): -1910920 or 7919586. OLE color: 7919586.
HSL color Cylindrical-coordinate representation of color #E2D778: hue angle of 53.77º 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 #E2D778 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 120 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.11 |
| HSL | 53.77º | 0.65% | 0.68% | - |
| HSV(B) | 53.77º | 0.47% | 0.89% | - |
| XYZ | 59.05 | 66.13 | 27.42 | - |
| YUV | 207.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 120 | 0 | 0.05 | 0.47 | 0.11 | 53.77 | 0.65 | 0.68 |
| Hex | E2 | D7 | 78 | 0 | 5 | 2F | B | 36 | 41 | 44 |
| Octal | 342 | 327 | 170 | 0 | 5 | 57 | 13 | 66 | 101 | 104 |
| Binary | 11100010 | 11010111 | 1111000 | 0 | 101 | 101111 | 1011 | 110110 | 1000001 | 1000100 |
Color Harmonies of #E2D778
Complementary color
Monochromatic Colors of #E2D778
Black with #E2D778
Text Example
Text Example
White with #E2D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D778; }
p { color: rgb(226,215,120); }
H1.HeaderClassName
{
color: #E2D778;
}
.AnyTagClassName
{
color: #E2D778;
}
</style>
background-color css
<style>
a { background-color: #E2D778; }
a { background-color: rgb(226,215,120); }
div.DivClassName
{
background-color: #E2D778;
}
.BgClassName
{
background-color: #E2D778;
}
</style>
border-color css
<style>
span { border-color: #E2D778; }
span { border-color: rgb(226,215,120); }
td.TdClassName
{
border-color: #E2D778;
}
.TagClassName
{
border-color: #E2D778;
}
</style>