Shades of Wild Rice #E7DB6E
Tints of Wild Rice #E7DB6E
RGB
CMYK
RGB Variations
Color information
#E7DB6E (or 0xE7DB6E) is known color: Wild Rice. HEX triplet: E7, DB and 6E. RGB value is (231,219,110). Sum of RGB (Red+Green+Blue) = 231+219+110=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB6E is #182491. Grayscale: #D2D2D2. Windows color (decimal): -1582226 or 7265255. OLE color: 7265255.
HSL color Cylindrical-coordinate representation of color #E7DB6E: hue angle of 54.05º 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 #E7DB6E is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 110 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.09 |
| HSL | 54.05º | 0.72% | 0.67% | - |
| HSV(B) | 54.05º | 0.52% | 0.91% | - |
| XYZ | 61.1 | 68.78 | 24.81 | - |
| YUV | 210.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 110 | 0 | 0.05 | 0.52 | 0.09 | 54.05 | 0.72 | 0.67 |
| Hex | E7 | DB | 6E | 0 | 5 | 34 | 9 | 36 | 48 | 43 |
| Octal | 347 | 333 | 156 | 0 | 5 | 64 | 11 | 66 | 110 | 103 |
| Binary | 11100111 | 11011011 | 1101110 | 0 | 101 | 110100 | 1001 | 110110 | 1001000 | 1000011 |
Color Harmonies of #E7DB6E
Complementary color
Monochromatic Colors of #E7DB6E
Black with #E7DB6E
Text Example
Text Example
White with #E7DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB6E; }
p { color: rgb(231,219,110); }
H1.HeaderClassName
{
color: #E7DB6E;
}
.AnyTagClassName
{
color: #E7DB6E;
}
</style>
background-color css
<style>
a { background-color: #E7DB6E; }
a { background-color: rgb(231,219,110); }
div.DivClassName
{
background-color: #E7DB6E;
}
.BgClassName
{
background-color: #E7DB6E;
}
</style>
border-color css
<style>
span { border-color: #E7DB6E; }
span { border-color: rgb(231,219,110); }
td.TdClassName
{
border-color: #E7DB6E;
}
.TagClassName
{
border-color: #E7DB6E;
}
</style>