Shades of Wild Rice #E7D977
Tints of Wild Rice #E7D977
RGB
CMYK
RGB Variations
Color information
#E7D977 (or 0xE7D977) is known color: Wild Rice. HEX triplet: E7, D9 and 77. RGB value is (231,217,119). Sum of RGB (Red+Green+Blue) = 231+217+119=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D977 is #182688. Grayscale: #D2D2D2. Windows color (decimal): -1582729 or 7854567. OLE color: 7854567.
HSL color Cylindrical-coordinate representation of color #E7D977: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7D977 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 119 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.09 |
| HSL | 52.5º | 0.7% | 0.69% | - |
| HSV(B) | 52.5º | 0.48% | 0.91% | - |
| XYZ | 61.1 | 67.95 | 27.35 | - |
| YUV | 210.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 119 | 0 | 0.06 | 0.48 | 0.09 | 52.5 | 0.7 | 0.69 |
| Hex | E7 | D9 | 77 | 0 | 6 | 30 | 9 | 34 | 46 | 45 |
| Octal | 347 | 331 | 167 | 0 | 6 | 60 | 11 | 64 | 106 | 105 |
| Binary | 11100111 | 11011001 | 1110111 | 0 | 110 | 110000 | 1001 | 110100 | 1000110 | 1000101 |
Color Harmonies of #E7D977
Complementary color
Monochromatic Colors of #E7D977
Black with #E7D977
Text Example
Text Example
White with #E7D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D977; }
p { color: rgb(231,217,119); }
H1.HeaderClassName
{
color: #E7D977;
}
.AnyTagClassName
{
color: #E7D977;
}
</style>
background-color css
<style>
a { background-color: #E7D977; }
a { background-color: rgb(231,217,119); }
div.DivClassName
{
background-color: #E7D977;
}
.BgClassName
{
background-color: #E7D977;
}
</style>
border-color css
<style>
span { border-color: #E7D977; }
span { border-color: rgb(231,217,119); }
td.TdClassName
{
border-color: #E7D977;
}
.TagClassName
{
border-color: #E7D977;
}
</style>