Shades of Wild Rice #E6D968
Tints of Wild Rice #E6D968
RGB
CMYK
RGB Variations
Color information
#E6D968 (or 0xE6D968) is known color: Wild Rice. HEX triplet: E6, D9 and 68. RGB value is (230,217,104). Sum of RGB (Red+Green+Blue) = 230+217+104=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D968 is #192697. Grayscale: #D0D0D0. Windows color (decimal): -1648280 or 6871526. OLE color: 6871526.
HSL color Cylindrical-coordinate representation of color #E6D968: hue angle of 53.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6D968 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 104 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.10 |
| HSL | 53.81º | 0.72% | 0.65% | - |
| HSV(B) | 53.81º | 0.55% | 0.9% | - |
| XYZ | 59.94 | 67.45 | 22.96 | - |
| YUV | 208.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 104 | 0 | 0.06 | 0.55 | 0.10 | 53.81 | 0.72 | 0.65 |
| Hex | E6 | D9 | 68 | 0 | 6 | 37 | A | 36 | 48 | 41 |
| Octal | 346 | 331 | 150 | 0 | 6 | 67 | 12 | 66 | 110 | 101 |
| Binary | 11100110 | 11011001 | 1101000 | 0 | 110 | 110111 | 1010 | 110110 | 1001000 | 1000001 |
Color Harmonies of #E6D968
Complementary color
Monochromatic Colors of #E6D968
Black with #E6D968
Text Example
Text Example
White with #E6D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D968; }
p { color: rgb(230,217,104); }
H1.HeaderClassName
{
color: #E6D968;
}
.AnyTagClassName
{
color: #E6D968;
}
</style>
background-color css
<style>
a { background-color: #E6D968; }
a { background-color: rgb(230,217,104); }
div.DivClassName
{
background-color: #E6D968;
}
.BgClassName
{
background-color: #E6D968;
}
</style>
border-color css
<style>
span { border-color: #E6D968; }
span { border-color: rgb(230,217,104); }
td.TdClassName
{
border-color: #E6D968;
}
.TagClassName
{
border-color: #E6D968;
}
</style>