Shades of Wild Rice #E7D77B
Tints of Wild Rice #E7D77B
RGB
CMYK
RGB Variations
Color information
#E7D77B (or 0xE7D77B) is known color: Wild Rice. HEX triplet: E7, D7 and 7B. RGB value is (231,215,123). Sum of RGB (Red+Green+Blue) = 231+215+123=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D77B is #182884. Grayscale: #D1D1D1. Windows color (decimal): -1583237 or 8116199. OLE color: 8116199.
HSL color Cylindrical-coordinate representation of color #E7D77B: hue angle of 51.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7D77B is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 123 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.09 |
| HSL | 51.11º | 0.69% | 0.69% | - |
| HSV(B) | 51.11º | 0.47% | 0.91% | - |
| XYZ | 60.83 | 67.02 | 28.47 | - |
| YUV | 209.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 123 | 0 | 0.07 | 0.47 | 0.09 | 51.11 | 0.69 | 0.69 |
| Hex | E7 | D7 | 7B | 0 | 7 | 2F | 9 | 33 | 45 | 45 |
| Octal | 347 | 327 | 173 | 0 | 7 | 57 | 11 | 63 | 105 | 105 |
| Binary | 11100111 | 11010111 | 1111011 | 0 | 111 | 101111 | 1001 | 110011 | 1000101 | 1000101 |
Color Harmonies of #E7D77B
Complementary color
Monochromatic Colors of #E7D77B
Black with #E7D77B
Text Example
Text Example
White with #E7D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D77B; }
p { color: rgb(231,215,123); }
H1.HeaderClassName
{
color: #E7D77B;
}
.AnyTagClassName
{
color: #E7D77B;
}
</style>
background-color css
<style>
a { background-color: #E7D77B; }
a { background-color: rgb(231,215,123); }
div.DivClassName
{
background-color: #E7D77B;
}
.BgClassName
{
background-color: #E7D77B;
}
</style>
border-color css
<style>
span { border-color: #E7D77B; }
span { border-color: rgb(231,215,123); }
td.TdClassName
{
border-color: #E7D77B;
}
.TagClassName
{
border-color: #E7D77B;
}
</style>