Shades of Wild Rice #E7DD6A
Tints of Wild Rice #E7DD6A
RGB
CMYK
RGB Variations
Color information
#E7DD6A (or 0xE7DD6A) is known color: Wild Rice. HEX triplet: E7, DD and 6A. RGB value is (231,221,106). Sum of RGB (Red+Green+Blue) = 231+221+106=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD6A is #182295. Grayscale: #D3D3D3. Windows color (decimal): -1581718 or 7003623. OLE color: 7003623.
HSL color Cylindrical-coordinate representation of color #E7DD6A: hue angle of 55.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7DD6A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 106 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.09 |
| HSL | 55.2º | 0.72% | 0.66% | - |
| HSV(B) | 55.2º | 0.54% | 0.91% | - |
| XYZ | 61.41 | 69.74 | 23.86 | - |
| YUV | 210.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 106 | 0 | 0.04 | 0.54 | 0.09 | 55.2 | 0.72 | 0.66 |
| Hex | E7 | DD | 6A | 0 | 4 | 36 | 9 | 37 | 48 | 42 |
| Octal | 347 | 335 | 152 | 0 | 4 | 66 | 11 | 67 | 110 | 102 |
| Binary | 11100111 | 11011101 | 1101010 | 0 | 100 | 110110 | 1001 | 110111 | 1001000 | 1000010 |
Color Harmonies of #E7DD6A
Complementary color
Monochromatic Colors of #E7DD6A
Black with #E7DD6A
Text Example
Text Example
White with #E7DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD6A; }
p { color: rgb(231,221,106); }
H1.HeaderClassName
{
color: #E7DD6A;
}
.AnyTagClassName
{
color: #E7DD6A;
}
</style>
background-color css
<style>
a { background-color: #E7DD6A; }
a { background-color: rgb(231,221,106); }
div.DivClassName
{
background-color: #E7DD6A;
}
.BgClassName
{
background-color: #E7DD6A;
}
</style>
border-color css
<style>
span { border-color: #E7DD6A; }
span { border-color: rgb(231,221,106); }
td.TdClassName
{
border-color: #E7DD6A;
}
.TagClassName
{
border-color: #E7DD6A;
}
</style>