Shades of Wild Rice #E6D869
Tints of Wild Rice #E6D869
RGB
CMYK
RGB Variations
Color information
#E6D869 (or 0xE6D869) is known color: Wild Rice. HEX triplet: E6, D8 and 69. RGB value is (230,216,105). Sum of RGB (Red+Green+Blue) = 230+216+105=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D869 is #192796. Grayscale: #CFCFCF. Windows color (decimal): -1648535 or 6936806. OLE color: 6936806.
HSL color Cylindrical-coordinate representation of color #E6D869: hue angle of 53.28º 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 #E6D869 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 105 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.10 |
| HSL | 53.28º | 0.71% | 0.66% | - |
| HSV(B) | 53.28º | 0.54% | 0.9% | - |
| XYZ | 59.74 | 66.95 | 23.14 | - |
| YUV | 207.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 105 | 0 | 0.06 | 0.54 | 0.10 | 53.28 | 0.71 | 0.66 |
| Hex | E6 | D8 | 69 | 0 | 6 | 36 | A | 35 | 47 | 42 |
| Octal | 346 | 330 | 151 | 0 | 6 | 66 | 12 | 65 | 107 | 102 |
| Binary | 11100110 | 11011000 | 1101001 | 0 | 110 | 110110 | 1010 | 110101 | 1000111 | 1000010 |
Color Harmonies of #E6D869
Complementary color
Monochromatic Colors of #E6D869
Black with #E6D869
Text Example
Text Example
White with #E6D869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D869; }
p { color: rgb(230,216,105); }
H1.HeaderClassName
{
color: #E6D869;
}
.AnyTagClassName
{
color: #E6D869;
}
</style>
background-color css
<style>
a { background-color: #E6D869; }
a { background-color: rgb(230,216,105); }
div.DivClassName
{
background-color: #E6D869;
}
.BgClassName
{
background-color: #E6D869;
}
</style>
border-color css
<style>
span { border-color: #E6D869; }
span { border-color: rgb(230,216,105); }
td.TdClassName
{
border-color: #E6D869;
}
.TagClassName
{
border-color: #E6D869;
}
</style>