Shades of Wild Rice #E7DD6B
Tints of Wild Rice #E7DD6B
RGB
CMYK
RGB Variations
Color information
#E7DD6B (or 0xE7DD6B) is known color: Wild Rice. HEX triplet: E7, DD and 6B. RGB value is (231,221,107). Sum of RGB (Red+Green+Blue) = 231+221+107=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD6B is #182294. Grayscale: #D3D3D3. Windows color (decimal): -1581717 or 7069159. OLE color: 7069159.
HSL color Cylindrical-coordinate representation of color #E7DD6B: hue angle of 55.16º 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 #E7DD6B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 107 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.09 |
| HSL | 55.16º | 0.72% | 0.66% | - |
| HSV(B) | 55.16º | 0.54% | 0.91% | - |
| XYZ | 61.47 | 69.76 | 24.14 | - |
| YUV | 210.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 107 | 0 | 0.04 | 0.54 | 0.09 | 55.16 | 0.72 | 0.66 |
| Hex | E7 | DD | 6B | 0 | 4 | 36 | 9 | 37 | 48 | 42 |
| Octal | 347 | 335 | 153 | 0 | 4 | 66 | 11 | 67 | 110 | 102 |
| Binary | 11100111 | 11011101 | 1101011 | 0 | 100 | 110110 | 1001 | 110111 | 1001000 | 1000010 |
Color Harmonies of #E7DD6B
Complementary color
Monochromatic Colors of #E7DD6B
Black with #E7DD6B
Text Example
Text Example
White with #E7DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD6B; }
p { color: rgb(231,221,107); }
H1.HeaderClassName
{
color: #E7DD6B;
}
.AnyTagClassName
{
color: #E7DD6B;
}
</style>
background-color css
<style>
a { background-color: #E7DD6B; }
a { background-color: rgb(231,221,107); }
div.DivClassName
{
background-color: #E7DD6B;
}
.BgClassName
{
background-color: #E7DD6B;
}
</style>
border-color css
<style>
span { border-color: #E7DD6B; }
span { border-color: rgb(231,221,107); }
td.TdClassName
{
border-color: #E7DD6B;
}
.TagClassName
{
border-color: #E7DD6B;
}
</style>