Shades of Wild Rice #E7DA71
Tints of Wild Rice #E7DA71
RGB
CMYK
RGB Variations
Color information
#E7DA71 (or 0xE7DA71) is known color: Wild Rice. HEX triplet: E7, DA and 71. RGB value is (231,218,113). Sum of RGB (Red+Green+Blue) = 231+218+113=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA71 is #18258E. Grayscale: #D2D2D2. Windows color (decimal): -1582479 or 7461607. OLE color: 7461607.
HSL color Cylindrical-coordinate representation of color #E7DA71: hue angle of 53.39º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7DA71 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 113 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.09 |
| HSL | 53.39º | 0.71% | 0.67% | - |
| HSV(B) | 53.39º | 0.51% | 0.91% | - |
| XYZ | 61.01 | 68.32 | 25.6 | - |
| YUV | 209.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 113 | 0 | 0.06 | 0.51 | 0.09 | 53.39 | 0.71 | 0.67 |
| Hex | E7 | DA | 71 | 0 | 6 | 33 | 9 | 35 | 47 | 43 |
| Octal | 347 | 332 | 161 | 0 | 6 | 63 | 11 | 65 | 107 | 103 |
| Binary | 11100111 | 11011010 | 1110001 | 0 | 110 | 110011 | 1001 | 110101 | 1000111 | 1000011 |
Color Harmonies of #E7DA71
Complementary color
Monochromatic Colors of #E7DA71
Black with #E7DA71
Text Example
Text Example
White with #E7DA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA71; }
p { color: rgb(231,218,113); }
H1.HeaderClassName
{
color: #E7DA71;
}
.AnyTagClassName
{
color: #E7DA71;
}
</style>
background-color css
<style>
a { background-color: #E7DA71; }
a { background-color: rgb(231,218,113); }
div.DivClassName
{
background-color: #E7DA71;
}
.BgClassName
{
background-color: #E7DA71;
}
</style>
border-color css
<style>
span { border-color: #E7DA71; }
span { border-color: rgb(231,218,113); }
td.TdClassName
{
border-color: #E7DA71;
}
.TagClassName
{
border-color: #E7DA71;
}
</style>