Shades of Wild Rice #E6D768
Tints of Wild Rice #E6D768
RGB
CMYK
RGB Variations
Color information
#E6D768 (or 0xE6D768) is known color: Wild Rice. HEX triplet: E6, D7 and 68. RGB value is (230,215,104). Sum of RGB (Red+Green+Blue) = 230+215+104=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D768 is #192897. Grayscale: #CFCFCF. Windows color (decimal): -1648792 or 6871014. OLE color: 6871014.
HSL color Cylindrical-coordinate representation of color #E6D768: hue angle of 52.86º 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 #E6D768 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 104 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.10 |
| HSL | 52.86º | 0.72% | 0.65% | - |
| HSV(B) | 52.86º | 0.55% | 0.9% | - |
| XYZ | 59.43 | 66.42 | 22.79 | - |
| YUV | 206.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 104 | 0 | 0.07 | 0.55 | 0.10 | 52.86 | 0.72 | 0.65 |
| Hex | E6 | D7 | 68 | 0 | 7 | 37 | A | 35 | 48 | 41 |
| Octal | 346 | 327 | 150 | 0 | 7 | 67 | 12 | 65 | 110 | 101 |
| Binary | 11100110 | 11010111 | 1101000 | 0 | 111 | 110111 | 1010 | 110101 | 1001000 | 1000001 |
Color Harmonies of #E6D768
Complementary color
Monochromatic Colors of #E6D768
Black with #E6D768
Text Example
Text Example
White with #E6D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D768; }
p { color: rgb(230,215,104); }
H1.HeaderClassName
{
color: #E6D768;
}
.AnyTagClassName
{
color: #E6D768;
}
</style>
background-color css
<style>
a { background-color: #E6D768; }
a { background-color: rgb(230,215,104); }
div.DivClassName
{
background-color: #E6D768;
}
.BgClassName
{
background-color: #E6D768;
}
</style>
border-color css
<style>
span { border-color: #E6D768; }
span { border-color: rgb(230,215,104); }
td.TdClassName
{
border-color: #E6D768;
}
.TagClassName
{
border-color: #E6D768;
}
</style>