Shades of Wild Rice #E7DD71
Tints of Wild Rice #E7DD71
RGB
CMYK
RGB Variations
Color information
#E7DD71 (or 0xE7DD71) is known color: Wild Rice. HEX triplet: E7, DD and 71. RGB value is (231,221,113). Sum of RGB (Red+Green+Blue) = 231+221+113=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD71 is #18228E. Grayscale: #D4D4D4. Windows color (decimal): -1581711 or 7462375. OLE color: 7462375.
HSL color Cylindrical-coordinate representation of color #E7DD71: hue angle of 54.92º 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 #E7DD71 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 113 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.09 |
| HSL | 54.92º | 0.71% | 0.67% | - |
| HSV(B) | 54.92º | 0.51% | 0.91% | - |
| XYZ | 61.79 | 69.89 | 25.86 | - |
| YUV | 211.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 113 | 0 | 0.04 | 0.51 | 0.09 | 54.92 | 0.71 | 0.67 |
| Hex | E7 | DD | 71 | 0 | 4 | 33 | 9 | 37 | 47 | 43 |
| Octal | 347 | 335 | 161 | 0 | 4 | 63 | 11 | 67 | 107 | 103 |
| Binary | 11100111 | 11011101 | 1110001 | 0 | 100 | 110011 | 1001 | 110111 | 1000111 | 1000011 |
Color Harmonies of #E7DD71
Complementary color
Monochromatic Colors of #E7DD71
Black with #E7DD71
Text Example
Text Example
White with #E7DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD71; }
p { color: rgb(231,221,113); }
H1.HeaderClassName
{
color: #E7DD71;
}
.AnyTagClassName
{
color: #E7DD71;
}
</style>
background-color css
<style>
a { background-color: #E7DD71; }
a { background-color: rgb(231,221,113); }
div.DivClassName
{
background-color: #E7DD71;
}
.BgClassName
{
background-color: #E7DD71;
}
</style>
border-color css
<style>
span { border-color: #E7DD71; }
span { border-color: rgb(231,221,113); }
td.TdClassName
{
border-color: #E7DD71;
}
.TagClassName
{
border-color: #E7DD71;
}
</style>