Shades of Wild Rice #E8CE77
Tints of Wild Rice #E8CE77
RGB
CMYK
RGB Variations
Color information
#E8CE77 (or 0xE8CE77) is known color: Wild Rice. HEX triplet: E8, CE and 77. RGB value is (232,206,119). Sum of RGB (Red+Green+Blue) = 232+206+119=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE77 is #173188. Grayscale: #CCCCCC. Windows color (decimal): -1520009 or 7851752. OLE color: 7851752.
HSL color Cylindrical-coordinate representation of color #E8CE77: hue angle of 46.19º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8CE77 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 119 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.09 |
| HSL | 46.19º | 0.71% | 0.69% | - |
| HSV(B) | 46.19º | 0.49% | 0.91% | - |
| XYZ | 58.68 | 62.63 | 26.45 | - |
| YUV | 203.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 119 | 0 | 0.11 | 0.49 | 0.09 | 46.19 | 0.71 | 0.69 |
| Hex | E8 | CE | 77 | 0 | B | 31 | 9 | 2E | 47 | 45 |
| Octal | 350 | 316 | 167 | 0 | 13 | 61 | 11 | 56 | 107 | 105 |
| Binary | 11101000 | 11001110 | 1110111 | 0 | 1011 | 110001 | 1001 | 101110 | 1000111 | 1000101 |
Color Harmonies of #E8CE77
Complementary color
Monochromatic Colors of #E8CE77
Black with #E8CE77
Text Example
Text Example
White with #E8CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE77; }
p { color: rgb(232,206,119); }
H1.HeaderClassName
{
color: #E8CE77;
}
.AnyTagClassName
{
color: #E8CE77;
}
</style>
background-color css
<style>
a { background-color: #E8CE77; }
a { background-color: rgb(232,206,119); }
div.DivClassName
{
background-color: #E8CE77;
}
.BgClassName
{
background-color: #E8CE77;
}
</style>
border-color css
<style>
span { border-color: #E8CE77; }
span { border-color: rgb(232,206,119); }
td.TdClassName
{
border-color: #E8CE77;
}
.TagClassName
{
border-color: #E8CE77;
}
</style>