Shades of Wild Rice #E6DB68
Tints of Wild Rice #E6DB68
RGB
CMYK
RGB Variations
Color information
#E6DB68 (or 0xE6DB68) is known color: Wild Rice. HEX triplet: E6, DB and 68. RGB value is (230,219,104). Sum of RGB (Red+Green+Blue) = 230+219+104=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB68 is #192497. Grayscale: #D1D1D1. Windows color (decimal): -1647768 or 6872038. OLE color: 6872038.
HSL color Cylindrical-coordinate representation of color #E6DB68: hue angle of 54.76º 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 #E6DB68 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 104 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.10 |
| HSL | 54.76º | 0.72% | 0.65% | - |
| HSV(B) | 54.76º | 0.55% | 0.9% | - |
| XYZ | 60.46 | 68.49 | 23.13 | - |
| YUV | 209.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 104 | 0 | 0.05 | 0.55 | 0.10 | 54.76 | 0.72 | 0.65 |
| Hex | E6 | DB | 68 | 0 | 5 | 37 | A | 37 | 48 | 41 |
| Octal | 346 | 333 | 150 | 0 | 5 | 67 | 12 | 67 | 110 | 101 |
| Binary | 11100110 | 11011011 | 1101000 | 0 | 101 | 110111 | 1010 | 110111 | 1001000 | 1000001 |
Color Harmonies of #E6DB68
Complementary color
Monochromatic Colors of #E6DB68
Black with #E6DB68
Text Example
Text Example
White with #E6DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB68; }
p { color: rgb(230,219,104); }
H1.HeaderClassName
{
color: #E6DB68;
}
.AnyTagClassName
{
color: #E6DB68;
}
</style>
background-color css
<style>
a { background-color: #E6DB68; }
a { background-color: rgb(230,219,104); }
div.DivClassName
{
background-color: #E6DB68;
}
.BgClassName
{
background-color: #E6DB68;
}
</style>
border-color css
<style>
span { border-color: #E6DB68; }
span { border-color: rgb(230,219,104); }
td.TdClassName
{
border-color: #E6DB68;
}
.TagClassName
{
border-color: #E6DB68;
}
</style>