Shades of Wild Rice #E3D87E
Tints of Wild Rice #E3D87E
RGB
CMYK
RGB Variations
Color information
#E3D87E (or 0xE3D87E) is known color: Wild Rice. HEX triplet: E3, D8 and 7E. RGB value is (227,216,126). Sum of RGB (Red+Green+Blue) = 227+216+126=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D87E is #1C2781. Grayscale: #D1D1D1. Windows color (decimal): -1845122 or 8313059. OLE color: 8313059.
HSL color Cylindrical-coordinate representation of color #E3D87E: hue angle of 53.47º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3D87E is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 126 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.11 |
| HSL | 53.47º | 0.64% | 0.69% | - |
| HSV(B) | 53.47º | 0.44% | 0.89% | - |
| XYZ | 60 | 66.95 | 29.5 | - |
| YUV | 209.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 126 | 0 | 0.05 | 0.44 | 0.11 | 53.47 | 0.64 | 0.69 |
| Hex | E3 | D8 | 7E | 0 | 5 | 2C | B | 35 | 40 | 45 |
| Octal | 343 | 330 | 176 | 0 | 5 | 54 | 13 | 65 | 100 | 105 |
| Binary | 11100011 | 11011000 | 1111110 | 0 | 101 | 101100 | 1011 | 110101 | 1000000 | 1000101 |
Color Harmonies of #E3D87E
Complementary color
Monochromatic Colors of #E3D87E
Black with #E3D87E
Text Example
Text Example
White with #E3D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D87E; }
p { color: rgb(227,216,126); }
H1.HeaderClassName
{
color: #E3D87E;
}
.AnyTagClassName
{
color: #E3D87E;
}
</style>
background-color css
<style>
a { background-color: #E3D87E; }
a { background-color: rgb(227,216,126); }
div.DivClassName
{
background-color: #E3D87E;
}
.BgClassName
{
background-color: #E3D87E;
}
</style>
border-color css
<style>
span { border-color: #E3D87E; }
span { border-color: rgb(227,216,126); }
td.TdClassName
{
border-color: #E3D87E;
}
.TagClassName
{
border-color: #E3D87E;
}
</style>