Shades of Wild Rice #E7D277
Tints of Wild Rice #E7D277
RGB
CMYK
RGB Variations
Color information
#E7D277 (or 0xE7D277) is known color: Wild Rice. HEX triplet: E7, D2 and 77. RGB value is (231,210,119). Sum of RGB (Red+Green+Blue) = 231+210+119=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D277 is #182D88. Grayscale: #CECECE. Windows color (decimal): -1584521 or 7852775. OLE color: 7852775.
HSL color Cylindrical-coordinate representation of color #E7D277: hue angle of 48.75º 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 #E7D277 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 119 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.09 |
| HSL | 48.75º | 0.7% | 0.69% | - |
| HSV(B) | 48.75º | 0.48% | 0.91% | - |
| XYZ | 59.33 | 64.41 | 26.76 | - |
| YUV | 205.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 119 | 0 | 0.09 | 0.48 | 0.09 | 48.75 | 0.7 | 0.69 |
| Hex | E7 | D2 | 77 | 0 | 9 | 30 | 9 | 31 | 46 | 45 |
| Octal | 347 | 322 | 167 | 0 | 11 | 60 | 11 | 61 | 106 | 105 |
| Binary | 11100111 | 11010010 | 1110111 | 0 | 1001 | 110000 | 1001 | 110001 | 1000110 | 1000101 |
Color Harmonies of #E7D277
Complementary color
Monochromatic Colors of #E7D277
Black with #E7D277
Text Example
Text Example
White with #E7D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D277; }
p { color: rgb(231,210,119); }
H1.HeaderClassName
{
color: #E7D277;
}
.AnyTagClassName
{
color: #E7D277;
}
</style>
background-color css
<style>
a { background-color: #E7D277; }
a { background-color: rgb(231,210,119); }
div.DivClassName
{
background-color: #E7D277;
}
.BgClassName
{
background-color: #E7D277;
}
</style>
border-color css
<style>
span { border-color: #E7D277; }
span { border-color: rgb(231,210,119); }
td.TdClassName
{
border-color: #E7D277;
}
.TagClassName
{
border-color: #E7D277;
}
</style>