Shades of Wild Rice #E8DE6C
Tints of Wild Rice #E8DE6C
RGB
CMYK
RGB Variations
Color information
#E8DE6C (or 0xE8DE6C) is known color: Wild Rice. HEX triplet: E8, DE and 6C. RGB value is (232,222,108). Sum of RGB (Red+Green+Blue) = 232+222+108=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE6C is #172193. Grayscale: #D4D4D4. Windows color (decimal): -1515924 or 7134952. OLE color: 7134952.
HSL color Cylindrical-coordinate representation of color #E8DE6C: hue angle of 55.16º 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 #E8DE6C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 108 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.09 |
| HSL | 55.16º | 0.73% | 0.67% | - |
| HSV(B) | 55.16º | 0.53% | 0.91% | - |
| XYZ | 62.11 | 70.48 | 24.52 | - |
| YUV | 211.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 108 | 0 | 0.04 | 0.53 | 0.09 | 55.16 | 0.73 | 0.67 |
| Hex | E8 | DE | 6C | 0 | 4 | 35 | 9 | 37 | 49 | 43 |
| Octal | 350 | 336 | 154 | 0 | 4 | 65 | 11 | 67 | 111 | 103 |
| Binary | 11101000 | 11011110 | 1101100 | 0 | 100 | 110101 | 1001 | 110111 | 1001001 | 1000011 |
Color Harmonies of #E8DE6C
Complementary color
Monochromatic Colors of #E8DE6C
Black with #E8DE6C
Text Example
Text Example
White with #E8DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DE6C; }
p { color: rgb(232,222,108); }
H1.HeaderClassName
{
color: #E8DE6C;
}
.AnyTagClassName
{
color: #E8DE6C;
}
</style>
background-color css
<style>
a { background-color: #E8DE6C; }
a { background-color: rgb(232,222,108); }
div.DivClassName
{
background-color: #E8DE6C;
}
.BgClassName
{
background-color: #E8DE6C;
}
</style>
border-color css
<style>
span { border-color: #E8DE6C; }
span { border-color: rgb(232,222,108); }
td.TdClassName
{
border-color: #E8DE6C;
}
.TagClassName
{
border-color: #E8DE6C;
}
</style>