Shades of Wild Rice #E5CC76
Tints of Wild Rice #E5CC76
RGB
CMYK
RGB Variations
Color information
#E5CC76 (or 0xE5CC76) is known color: Wild Rice. HEX triplet: E5, CC and 76. RGB value is (229,204,118). Sum of RGB (Red+Green+Blue) = 229+204+118=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC76 is #1A3389. Grayscale: #CACACA. Windows color (decimal): -1717130 or 7785701. OLE color: 7785701.
HSL color Cylindrical-coordinate representation of color #E5CC76: hue angle of 46.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5CC76 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 118 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.10 |
| HSL | 46.49º | 0.68% | 0.68% | - |
| HSV(B) | 46.49º | 0.48% | 0.9% | - |
| XYZ | 57.18 | 61.15 | 25.93 | - |
| YUV | 201.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 118 | 0 | 0.11 | 0.48 | 0.10 | 46.49 | 0.68 | 0.68 |
| Hex | E5 | CC | 76 | 0 | B | 30 | A | 2E | 44 | 44 |
| Octal | 345 | 314 | 166 | 0 | 13 | 60 | 12 | 56 | 104 | 104 |
| Binary | 11100101 | 11001100 | 1110110 | 0 | 1011 | 110000 | 1010 | 101110 | 1000100 | 1000100 |
Color Harmonies of #E5CC76
Complementary color
Monochromatic Colors of #E5CC76
Black with #E5CC76
Text Example
Text Example
White with #E5CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC76; }
p { color: rgb(229,204,118); }
H1.HeaderClassName
{
color: #E5CC76;
}
.AnyTagClassName
{
color: #E5CC76;
}
</style>
background-color css
<style>
a { background-color: #E5CC76; }
a { background-color: rgb(229,204,118); }
div.DivClassName
{
background-color: #E5CC76;
}
.BgClassName
{
background-color: #E5CC76;
}
</style>
border-color css
<style>
span { border-color: #E5CC76; }
span { border-color: rgb(229,204,118); }
td.TdClassName
{
border-color: #E5CC76;
}
.TagClassName
{
border-color: #E5CC76;
}
</style>