Shades of Wild Rice #E3D77B
Tints of Wild Rice #E3D77B
RGB
CMYK
RGB Variations
Color information
#E3D77B (or 0xE3D77B) is known color: Wild Rice. HEX triplet: E3, D7 and 7B. RGB value is (227,215,123). Sum of RGB (Red+Green+Blue) = 227+215+123=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D77B is #1C2884. Grayscale: #D0D0D0. Windows color (decimal): -1845381 or 8116195. OLE color: 8116195.
HSL color Cylindrical-coordinate representation of color #E3D77B: hue angle of 53.08º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3D77B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 123 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.11 |
| HSL | 53.08º | 0.65% | 0.69% | - |
| HSV(B) | 53.08º | 0.46% | 0.89% | - |
| XYZ | 59.55 | 66.36 | 28.41 | - |
| YUV | 208.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 123 | 0 | 0.05 | 0.46 | 0.11 | 53.08 | 0.65 | 0.69 |
| Hex | E3 | D7 | 7B | 0 | 5 | 2E | B | 35 | 41 | 45 |
| Octal | 343 | 327 | 173 | 0 | 5 | 56 | 13 | 65 | 101 | 105 |
| Binary | 11100011 | 11010111 | 1111011 | 0 | 101 | 101110 | 1011 | 110101 | 1000001 | 1000101 |
Color Harmonies of #E3D77B
Complementary color
Monochromatic Colors of #E3D77B
Black with #E3D77B
Text Example
Text Example
White with #E3D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D77B; }
p { color: rgb(227,215,123); }
H1.HeaderClassName
{
color: #E3D77B;
}
.AnyTagClassName
{
color: #E3D77B;
}
</style>
background-color css
<style>
a { background-color: #E3D77B; }
a { background-color: rgb(227,215,123); }
div.DivClassName
{
background-color: #E3D77B;
}
.BgClassName
{
background-color: #E3D77B;
}
</style>
border-color css
<style>
span { border-color: #E3D77B; }
span { border-color: rgb(227,215,123); }
td.TdClassName
{
border-color: #E3D77B;
}
.TagClassName
{
border-color: #E3D77B;
}
</style>