Shades of Wild Rice #E6DA6A
Tints of Wild Rice #E6DA6A
RGB
CMYK
RGB Variations
Color information
#E6DA6A (or 0xE6DA6A) is known color: Wild Rice. HEX triplet: E6, DA and 6A. RGB value is (230,218,106). Sum of RGB (Red+Green+Blue) = 230+218+106=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA6A is #192595. Grayscale: #D1D1D1. Windows color (decimal): -1648022 or 7002854. OLE color: 7002854.
HSL color Cylindrical-coordinate representation of color #E6DA6A: hue angle of 54.19º 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 #E6DA6A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 106 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.10 |
| HSL | 54.19º | 0.71% | 0.66% | - |
| HSV(B) | 54.19º | 0.54% | 0.9% | - |
| XYZ | 60.31 | 68.01 | 23.58 | - |
| YUV | 208.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 106 | 0 | 0.05 | 0.54 | 0.10 | 54.19 | 0.71 | 0.66 |
| Hex | E6 | DA | 6A | 0 | 5 | 36 | A | 36 | 47 | 42 |
| Octal | 346 | 332 | 152 | 0 | 5 | 66 | 12 | 66 | 107 | 102 |
| Binary | 11100110 | 11011010 | 1101010 | 0 | 101 | 110110 | 1010 | 110110 | 1000111 | 1000010 |
Color Harmonies of #E6DA6A
Complementary color
Monochromatic Colors of #E6DA6A
Black with #E6DA6A
Text Example
Text Example
White with #E6DA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA6A; }
p { color: rgb(230,218,106); }
H1.HeaderClassName
{
color: #E6DA6A;
}
.AnyTagClassName
{
color: #E6DA6A;
}
</style>
background-color css
<style>
a { background-color: #E6DA6A; }
a { background-color: rgb(230,218,106); }
div.DivClassName
{
background-color: #E6DA6A;
}
.BgClassName
{
background-color: #E6DA6A;
}
</style>
border-color css
<style>
span { border-color: #E6DA6A; }
span { border-color: rgb(230,218,106); }
td.TdClassName
{
border-color: #E6DA6A;
}
.TagClassName
{
border-color: #E6DA6A;
}
</style>