Shades of Wild Rice #E0CC6E
Tints of Wild Rice #E0CC6E
RGB
CMYK
RGB Variations
Color information
#E0CC6E (or 0xE0CC6E) is known color: Wild Rice. HEX triplet: E0, CC and 6E. RGB value is (224,204,110). Sum of RGB (Red+Green+Blue) = 224+204+110=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC6E is #1F3391. Grayscale: #C7C7C7. Windows color (decimal): -2044818 or 7261408. OLE color: 7261408.
HSL color Cylindrical-coordinate representation of color #E0CC6E: hue angle of 49.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0CC6E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 110 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.12 |
| HSL | 49.47º | 0.65% | 0.65% | - |
| HSV(B) | 49.47º | 0.51% | 0.88% | - |
| XYZ | 55.15 | 60.16 | 23.46 | - |
| YUV | 199.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 110 | 0 | 0.09 | 0.51 | 0.12 | 49.47 | 0.65 | 0.65 |
| Hex | E0 | CC | 6E | 0 | 9 | 33 | C | 31 | 41 | 41 |
| Octal | 340 | 314 | 156 | 0 | 11 | 63 | 14 | 61 | 101 | 101 |
| Binary | 11100000 | 11001100 | 1101110 | 0 | 1001 | 110011 | 1100 | 110001 | 1000001 | 1000001 |
Color Harmonies of #E0CC6E
Complementary color
Monochromatic Colors of #E0CC6E
Black with #E0CC6E
Text Example
Text Example
White with #E0CC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC6E; }
p { color: rgb(224,204,110); }
H1.HeaderClassName
{
color: #E0CC6E;
}
.AnyTagClassName
{
color: #E0CC6E;
}
</style>
background-color css
<style>
a { background-color: #E0CC6E; }
a { background-color: rgb(224,204,110); }
div.DivClassName
{
background-color: #E0CC6E;
}
.BgClassName
{
background-color: #E0CC6E;
}
</style>
border-color css
<style>
span { border-color: #E0CC6E; }
span { border-color: rgb(224,204,110); }
td.TdClassName
{
border-color: #E0CC6E;
}
.TagClassName
{
border-color: #E0CC6E;
}
</style>