Shades of Wild Rice #E7DD6E
Tints of Wild Rice #E7DD6E
RGB
CMYK
RGB Variations
Color information
#E7DD6E (or 0xE7DD6E) is known color: Wild Rice. HEX triplet: E7, DD and 6E. RGB value is (231,221,110). Sum of RGB (Red+Green+Blue) = 231+221+110=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD6E is #182291. Grayscale: #D3D3D3. Windows color (decimal): -1581714 or 7265767. OLE color: 7265767.
HSL color Cylindrical-coordinate representation of color #E7DD6E: hue angle of 55.04º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7DD6E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 110 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.09 |
| HSL | 55.04º | 0.72% | 0.67% | - |
| HSV(B) | 55.04º | 0.52% | 0.91% | - |
| XYZ | 61.63 | 69.83 | 24.98 | - |
| YUV | 211.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 110 | 0 | 0.04 | 0.52 | 0.09 | 55.04 | 0.72 | 0.67 |
| Hex | E7 | DD | 6E | 0 | 4 | 34 | 9 | 37 | 48 | 43 |
| Octal | 347 | 335 | 156 | 0 | 4 | 64 | 11 | 67 | 110 | 103 |
| Binary | 11100111 | 11011101 | 1101110 | 0 | 100 | 110100 | 1001 | 110111 | 1001000 | 1000011 |
Color Harmonies of #E7DD6E
Complementary color
Monochromatic Colors of #E7DD6E
Black with #E7DD6E
Text Example
Text Example
White with #E7DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD6E; }
p { color: rgb(231,221,110); }
H1.HeaderClassName
{
color: #E7DD6E;
}
.AnyTagClassName
{
color: #E7DD6E;
}
</style>
background-color css
<style>
a { background-color: #E7DD6E; }
a { background-color: rgb(231,221,110); }
div.DivClassName
{
background-color: #E7DD6E;
}
.BgClassName
{
background-color: #E7DD6E;
}
</style>
border-color css
<style>
span { border-color: #E7DD6E; }
span { border-color: rgb(231,221,110); }
td.TdClassName
{
border-color: #E7DD6E;
}
.TagClassName
{
border-color: #E7DD6E;
}
</style>