Shades of Wild Rice #E6DB69
Tints of Wild Rice #E6DB69
RGB
CMYK
RGB Variations
Color information
#E6DB69 (or 0xE6DB69) is known color: Wild Rice. HEX triplet: E6, DB and 69. RGB value is (230,219,105). Sum of RGB (Red+Green+Blue) = 230+219+105=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB69 is #192496. Grayscale: #D1D1D1. Windows color (decimal): -1647767 or 6937574. OLE color: 6937574.
HSL color Cylindrical-coordinate representation of color #E6DB69: hue angle of 54.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6DB69 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 105 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.10 |
| HSL | 54.72º | 0.71% | 0.66% | - |
| HSV(B) | 54.72º | 0.54% | 0.9% | - |
| XYZ | 60.51 | 68.51 | 23.4 | - |
| YUV | 209.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 105 | 0 | 0.05 | 0.54 | 0.10 | 54.72 | 0.71 | 0.66 |
| Hex | E6 | DB | 69 | 0 | 5 | 36 | A | 37 | 47 | 42 |
| Octal | 346 | 333 | 151 | 0 | 5 | 66 | 12 | 67 | 107 | 102 |
| Binary | 11100110 | 11011011 | 1101001 | 0 | 101 | 110110 | 1010 | 110111 | 1000111 | 1000010 |
Color Harmonies of #E6DB69
Complementary color
Monochromatic Colors of #E6DB69
Black with #E6DB69
Text Example
Text Example
White with #E6DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB69; }
p { color: rgb(230,219,105); }
H1.HeaderClassName
{
color: #E6DB69;
}
.AnyTagClassName
{
color: #E6DB69;
}
</style>
background-color css
<style>
a { background-color: #E6DB69; }
a { background-color: rgb(230,219,105); }
div.DivClassName
{
background-color: #E6DB69;
}
.BgClassName
{
background-color: #E6DB69;
}
</style>
border-color css
<style>
span { border-color: #E6DB69; }
span { border-color: rgb(230,219,105); }
td.TdClassName
{
border-color: #E6DB69;
}
.TagClassName
{
border-color: #E6DB69;
}
</style>