Shades of Wild Rice #E6DB6F
Tints of Wild Rice #E6DB6F
RGB
CMYK
RGB Variations
Color information
#E6DB6F (or 0xE6DB6F) is known color: Wild Rice. HEX triplet: E6, DB and 6F. RGB value is (230,219,111). Sum of RGB (Red+Green+Blue) = 230+219+111=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB6F is #192490. Grayscale: #D2D2D2. Windows color (decimal): -1647761 or 7330790. OLE color: 7330790.
HSL color Cylindrical-coordinate representation of color #E6DB6F: hue angle of 54.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6DB6F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 111 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.10 |
| HSL | 54.45º | 0.7% | 0.67% | - |
| HSV(B) | 54.45º | 0.52% | 0.9% | - |
| XYZ | 60.83 | 68.63 | 25.08 | - |
| YUV | 209.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 111 | 0 | 0.05 | 0.52 | 0.10 | 54.45 | 0.7 | 0.67 |
| Hex | E6 | DB | 6F | 0 | 5 | 34 | A | 36 | 46 | 43 |
| Octal | 346 | 333 | 157 | 0 | 5 | 64 | 12 | 66 | 106 | 103 |
| Binary | 11100110 | 11011011 | 1101111 | 0 | 101 | 110100 | 1010 | 110110 | 1000110 | 1000011 |
Color Harmonies of #E6DB6F
Complementary color
Monochromatic Colors of #E6DB6F
Black with #E6DB6F
Text Example
Text Example
White with #E6DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB6F; }
p { color: rgb(230,219,111); }
H1.HeaderClassName
{
color: #E6DB6F;
}
.AnyTagClassName
{
color: #E6DB6F;
}
</style>
background-color css
<style>
a { background-color: #E6DB6F; }
a { background-color: rgb(230,219,111); }
div.DivClassName
{
background-color: #E6DB6F;
}
.BgClassName
{
background-color: #E6DB6F;
}
</style>
border-color css
<style>
span { border-color: #E6DB6F; }
span { border-color: rgb(230,219,111); }
td.TdClassName
{
border-color: #E6DB6F;
}
.TagClassName
{
border-color: #E6DB6F;
}
</style>