Shades of Wild Rice #E2D781
Tints of Wild Rice #E2D781
RGB
CMYK
RGB Variations
Color information
#E2D781 (or 0xE2D781) is known color: Wild Rice. HEX triplet: E2, D7 and 81. RGB value is (226,215,129). Sum of RGB (Red+Green+Blue) = 226+215+129=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D781 is #1D287E. Grayscale: #D0D0D0. Windows color (decimal): -1910911 or 8509410. OLE color: 8509410.
HSL color Cylindrical-coordinate representation of color #E2D781: hue angle of 53.2º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2D781 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 129 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.11 |
| HSL | 53.2º | 0.63% | 0.7% | - |
| HSV(B) | 53.2º | 0.43% | 0.89% | - |
| XYZ | 59.63 | 66.35 | 30.43 | - |
| YUV | 208.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 129 | 0 | 0.05 | 0.43 | 0.11 | 53.2 | 0.63 | 0.7 |
| Hex | E2 | D7 | 81 | 0 | 5 | 2B | B | 35 | 3F | 46 |
| Octal | 342 | 327 | 201 | 0 | 5 | 53 | 13 | 65 | 77 | 106 |
| Binary | 11100010 | 11010111 | 10000001 | 0 | 101 | 101011 | 1011 | 110101 | 111111 | 1000110 |
Color Harmonies of #E2D781
Complementary color
Monochromatic Colors of #E2D781
Black with #E2D781
Text Example
Text Example
White with #E2D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D781; }
p { color: rgb(226,215,129); }
H1.HeaderClassName
{
color: #E2D781;
}
.AnyTagClassName
{
color: #E2D781;
}
</style>
background-color css
<style>
a { background-color: #E2D781; }
a { background-color: rgb(226,215,129); }
div.DivClassName
{
background-color: #E2D781;
}
.BgClassName
{
background-color: #E2D781;
}
</style>
border-color css
<style>
span { border-color: #E2D781; }
span { border-color: rgb(226,215,129); }
td.TdClassName
{
border-color: #E2D781;
}
.TagClassName
{
border-color: #E2D781;
}
</style>