Shades of Wild Rice #E7DD6D
Tints of Wild Rice #E7DD6D
RGB
CMYK
RGB Variations
Color information
#E7DD6D (or 0xE7DD6D) is known color: Wild Rice. HEX triplet: E7, DD and 6D. RGB value is (231,221,109). Sum of RGB (Red+Green+Blue) = 231+221+109=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD6D is #182292. Grayscale: #D3D3D3. Windows color (decimal): -1581715 or 7200231. OLE color: 7200231.
HSL color Cylindrical-coordinate representation of color #E7DD6D: hue angle of 55.08º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7DD6D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 109 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.09 |
| HSL | 55.08º | 0.72% | 0.67% | - |
| HSV(B) | 55.08º | 0.53% | 0.91% | - |
| XYZ | 61.57 | 69.81 | 24.7 | - |
| YUV | 211.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 109 | 0 | 0.04 | 0.53 | 0.09 | 55.08 | 0.72 | 0.67 |
| Hex | E7 | DD | 6D | 0 | 4 | 35 | 9 | 37 | 48 | 43 |
| Octal | 347 | 335 | 155 | 0 | 4 | 65 | 11 | 67 | 110 | 103 |
| Binary | 11100111 | 11011101 | 1101101 | 0 | 100 | 110101 | 1001 | 110111 | 1001000 | 1000011 |
Color Harmonies of #E7DD6D
Complementary color
Monochromatic Colors of #E7DD6D
Black with #E7DD6D
Text Example
Text Example
White with #E7DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD6D; }
p { color: rgb(231,221,109); }
H1.HeaderClassName
{
color: #E7DD6D;
}
.AnyTagClassName
{
color: #E7DD6D;
}
</style>
background-color css
<style>
a { background-color: #E7DD6D; }
a { background-color: rgb(231,221,109); }
div.DivClassName
{
background-color: #E7DD6D;
}
.BgClassName
{
background-color: #E7DD6D;
}
</style>
border-color css
<style>
span { border-color: #E7DD6D; }
span { border-color: rgb(231,221,109); }
td.TdClassName
{
border-color: #E7DD6D;
}
.TagClassName
{
border-color: #E7DD6D;
}
</style>