Shades of Wild Rice #E0D77F
Tints of Wild Rice #E0D77F
RGB
CMYK
RGB Variations
Color information
#E0D77F (or 0xE0D77F) is known color: Wild Rice. HEX triplet: E0, D7 and 7F. RGB value is (224,215,127). Sum of RGB (Red+Green+Blue) = 224+215+127=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D77F is #1F2880. Grayscale: #D0D0D0. Windows color (decimal): -2041985 or 8378336. OLE color: 8378336.
HSL color Cylindrical-coordinate representation of color #E0D77F: hue angle of 54.43º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D77F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 127 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.12 |
| HSL | 54.43º | 0.61% | 0.69% | - |
| HSV(B) | 54.43º | 0.43% | 0.88% | - |
| XYZ | 58.87 | 65.98 | 29.71 | - |
| YUV | 207.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 127 | 0 | 0.04 | 0.43 | 0.12 | 54.43 | 0.61 | 0.69 |
| Hex | E0 | D7 | 7F | 0 | 4 | 2B | C | 36 | 3D | 45 |
| Octal | 340 | 327 | 177 | 0 | 4 | 53 | 14 | 66 | 75 | 105 |
| Binary | 11100000 | 11010111 | 1111111 | 0 | 100 | 101011 | 1100 | 110110 | 111101 | 1000101 |
Color Harmonies of #E0D77F
Complementary color
Monochromatic Colors of #E0D77F
Black with #E0D77F
Text Example
Text Example
White with #E0D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D77F; }
p { color: rgb(224,215,127); }
H1.HeaderClassName
{
color: #E0D77F;
}
.AnyTagClassName
{
color: #E0D77F;
}
</style>
background-color css
<style>
a { background-color: #E0D77F; }
a { background-color: rgb(224,215,127); }
div.DivClassName
{
background-color: #E0D77F;
}
.BgClassName
{
background-color: #E0D77F;
}
</style>
border-color css
<style>
span { border-color: #E0D77F; }
span { border-color: rgb(224,215,127); }
td.TdClassName
{
border-color: #E0D77F;
}
.TagClassName
{
border-color: #E0D77F;
}
</style>