Shades of Wild Rice #E0D77E
Tints of Wild Rice #E0D77E
RGB
CMYK
RGB Variations
Color information
#E0D77E (or 0xE0D77E) is known color: Wild Rice. HEX triplet: E0, D7 and 7E. RGB value is (224,215,126). Sum of RGB (Red+Green+Blue) = 224+215+126=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D77E is #1F2881. Grayscale: #CFCFCF. Windows color (decimal): -2041986 or 8312800. OLE color: 8312800.
HSL color Cylindrical-coordinate representation of color #E0D77E: hue angle of 54.49º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0D77E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 126 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.12 |
| HSL | 54.49º | 0.61% | 0.69% | - |
| HSV(B) | 54.49º | 0.44% | 0.88% | - |
| XYZ | 58.81 | 65.95 | 29.37 | - |
| YUV | 207.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 126 | 0 | 0.04 | 0.44 | 0.12 | 54.49 | 0.61 | 0.69 |
| Hex | E0 | D7 | 7E | 0 | 4 | 2C | C | 36 | 3D | 45 |
| Octal | 340 | 327 | 176 | 0 | 4 | 54 | 14 | 66 | 75 | 105 |
| Binary | 11100000 | 11010111 | 1111110 | 0 | 100 | 101100 | 1100 | 110110 | 111101 | 1000101 |
Color Harmonies of #E0D77E
Complementary color
Monochromatic Colors of #E0D77E
Black with #E0D77E
Text Example
Text Example
White with #E0D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D77E; }
p { color: rgb(224,215,126); }
H1.HeaderClassName
{
color: #E0D77E;
}
.AnyTagClassName
{
color: #E0D77E;
}
</style>
background-color css
<style>
a { background-color: #E0D77E; }
a { background-color: rgb(224,215,126); }
div.DivClassName
{
background-color: #E0D77E;
}
.BgClassName
{
background-color: #E0D77E;
}
</style>
border-color css
<style>
span { border-color: #E0D77E; }
span { border-color: rgb(224,215,126); }
td.TdClassName
{
border-color: #E0D77E;
}
.TagClassName
{
border-color: #E0D77E;
}
</style>