Shades of Wild Rice #E2D77B
Tints of Wild Rice #E2D77B
RGB
CMYK
RGB Variations
Color information
#E2D77B (or 0xE2D77B) is known color: Wild Rice. HEX triplet: E2, D7 and 7B. RGB value is (226,215,123). Sum of RGB (Red+Green+Blue) = 226+215+123=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D77B is #1D2884. Grayscale: #D0D0D0. Windows color (decimal): -1910917 or 8116194. OLE color: 8116194.
HSL color Cylindrical-coordinate representation of color #E2D77B: hue angle of 53.59º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2D77B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 123 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.11 |
| HSL | 53.59º | 0.64% | 0.68% | - |
| HSV(B) | 53.59º | 0.46% | 0.89% | - |
| XYZ | 59.24 | 66.2 | 28.39 | - |
| YUV | 207.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 123 | 0 | 0.05 | 0.46 | 0.11 | 53.59 | 0.64 | 0.68 |
| Hex | E2 | D7 | 7B | 0 | 5 | 2E | B | 36 | 40 | 44 |
| Octal | 342 | 327 | 173 | 0 | 5 | 56 | 13 | 66 | 100 | 104 |
| Binary | 11100010 | 11010111 | 1111011 | 0 | 101 | 101110 | 1011 | 110110 | 1000000 | 1000100 |
Color Harmonies of #E2D77B
Complementary color
Monochromatic Colors of #E2D77B
Black with #E2D77B
Text Example
Text Example
White with #E2D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D77B; }
p { color: rgb(226,215,123); }
H1.HeaderClassName
{
color: #E2D77B;
}
.AnyTagClassName
{
color: #E2D77B;
}
</style>
background-color css
<style>
a { background-color: #E2D77B; }
a { background-color: rgb(226,215,123); }
div.DivClassName
{
background-color: #E2D77B;
}
.BgClassName
{
background-color: #E2D77B;
}
</style>
border-color css
<style>
span { border-color: #E2D77B; }
span { border-color: rgb(226,215,123); }
td.TdClassName
{
border-color: #E2D77B;
}
.TagClassName
{
border-color: #E2D77B;
}
</style>