Shades of Wild Rice #E2D775
Tints of Wild Rice #E2D775
RGB
CMYK
RGB Variations
Color information
#E2D775 (or 0xE2D775) is known color: Wild Rice. HEX triplet: E2, D7 and 75. RGB value is (226,215,117). Sum of RGB (Red+Green+Blue) = 226+215+117=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D775 is #1D288A. Grayscale: #CFCFCF. Windows color (decimal): -1910923 or 7722978. OLE color: 7722978.
HSL color Cylindrical-coordinate representation of color #E2D775: hue angle of 53.94º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2D775 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 117 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.11 |
| HSL | 53.94º | 0.65% | 0.67% | - |
| HSV(B) | 53.94º | 0.48% | 0.89% | - |
| XYZ | 58.88 | 66.05 | 26.48 | - |
| YUV | 207.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 117 | 0 | 0.05 | 0.48 | 0.11 | 53.94 | 0.65 | 0.67 |
| Hex | E2 | D7 | 75 | 0 | 5 | 30 | B | 36 | 41 | 43 |
| Octal | 342 | 327 | 165 | 0 | 5 | 60 | 13 | 66 | 101 | 103 |
| Binary | 11100010 | 11010111 | 1110101 | 0 | 101 | 110000 | 1011 | 110110 | 1000001 | 1000011 |
Color Harmonies of #E2D775
Complementary color
Monochromatic Colors of #E2D775
Black with #E2D775
Text Example
Text Example
White with #E2D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D775; }
p { color: rgb(226,215,117); }
H1.HeaderClassName
{
color: #E2D775;
}
.AnyTagClassName
{
color: #E2D775;
}
</style>
background-color css
<style>
a { background-color: #E2D775; }
a { background-color: rgb(226,215,117); }
div.DivClassName
{
background-color: #E2D775;
}
.BgClassName
{
background-color: #E2D775;
}
</style>
border-color css
<style>
span { border-color: #E2D775; }
span { border-color: rgb(226,215,117); }
td.TdClassName
{
border-color: #E2D775;
}
.TagClassName
{
border-color: #E2D775;
}
</style>