Shades of Wild Rice #E5D77A
Tints of Wild Rice #E5D77A
RGB
CMYK
RGB Variations
Color information
#E5D77A (or 0xE5D77A) is known color: Wild Rice. HEX triplet: E5, D7 and 7A. RGB value is (229,215,122). Sum of RGB (Red+Green+Blue) = 229+215+122=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D77A is #1A2885. Grayscale: #D0D0D0. Windows color (decimal): -1714310 or 8050661. OLE color: 8050661.
HSL color Cylindrical-coordinate representation of color #E5D77A: hue angle of 52.15º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5D77A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 122 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.10 |
| HSL | 52.15º | 0.67% | 0.69% | - |
| HSV(B) | 52.15º | 0.47% | 0.9% | - |
| XYZ | 60.13 | 66.66 | 28.11 | - |
| YUV | 208.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 122 | 0 | 0.06 | 0.47 | 0.10 | 52.15 | 0.67 | 0.69 |
| Hex | E5 | D7 | 7A | 0 | 6 | 2F | A | 34 | 43 | 45 |
| Octal | 345 | 327 | 172 | 0 | 6 | 57 | 12 | 64 | 103 | 105 |
| Binary | 11100101 | 11010111 | 1111010 | 0 | 110 | 101111 | 1010 | 110100 | 1000011 | 1000101 |
Color Harmonies of #E5D77A
Complementary color
Monochromatic Colors of #E5D77A
Black with #E5D77A
Text Example
Text Example
White with #E5D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D77A; }
p { color: rgb(229,215,122); }
H1.HeaderClassName
{
color: #E5D77A;
}
.AnyTagClassName
{
color: #E5D77A;
}
</style>
background-color css
<style>
a { background-color: #E5D77A; }
a { background-color: rgb(229,215,122); }
div.DivClassName
{
background-color: #E5D77A;
}
.BgClassName
{
background-color: #E5D77A;
}
</style>
border-color css
<style>
span { border-color: #E5D77A; }
span { border-color: rgb(229,215,122); }
td.TdClassName
{
border-color: #E5D77A;
}
.TagClassName
{
border-color: #E5D77A;
}
</style>