Shades of Wild Rice #E8DB6C
Tints of Wild Rice #E8DB6C
RGB
CMYK
RGB Variations
Color information
#E8DB6C (or 0xE8DB6C) is known color: Wild Rice. HEX triplet: E8, DB and 6C. RGB value is (232,219,108). Sum of RGB (Red+Green+Blue) = 232+219+108=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB6C is #172493. Grayscale: #D2D2D2. Windows color (decimal): -1516692 or 7134184. OLE color: 7134184.
HSL color Cylindrical-coordinate representation of color #E8DB6C: hue angle of 53.71º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8DB6C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 108 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 53.71º | 0.73% | 0.67% | - |
| HSV(B) | 53.71º | 0.53% | 0.91% | - |
| XYZ | 61.32 | 68.9 | 24.25 | - |
| YUV | 210.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 108 | 0 | 0.06 | 0.53 | 0.09 | 53.71 | 0.73 | 0.67 |
| Hex | E8 | DB | 6C | 0 | 6 | 35 | 9 | 36 | 49 | 43 |
| Octal | 350 | 333 | 154 | 0 | 6 | 65 | 11 | 66 | 111 | 103 |
| Binary | 11101000 | 11011011 | 1101100 | 0 | 110 | 110101 | 1001 | 110110 | 1001001 | 1000011 |
Color Harmonies of #E8DB6C
Complementary color
Monochromatic Colors of #E8DB6C
Black with #E8DB6C
Text Example
Text Example
White with #E8DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB6C; }
p { color: rgb(232,219,108); }
H1.HeaderClassName
{
color: #E8DB6C;
}
.AnyTagClassName
{
color: #E8DB6C;
}
</style>
background-color css
<style>
a { background-color: #E8DB6C; }
a { background-color: rgb(232,219,108); }
div.DivClassName
{
background-color: #E8DB6C;
}
.BgClassName
{
background-color: #E8DB6C;
}
</style>
border-color css
<style>
span { border-color: #E8DB6C; }
span { border-color: rgb(232,219,108); }
td.TdClassName
{
border-color: #E8DB6C;
}
.TagClassName
{
border-color: #E8DB6C;
}
</style>