Shades of Wild Rice #E0CE6E
Tints of Wild Rice #E0CE6E
RGB
CMYK
RGB Variations
Color information
#E0CE6E (or 0xE0CE6E) is known color: Wild Rice. HEX triplet: E0, CE and 6E. RGB value is (224,206,110). Sum of RGB (Red+Green+Blue) = 224+206+110=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE6E is #1F3191. Grayscale: #C8C8C8. Windows color (decimal): -2044306 or 7261920. OLE color: 7261920.
HSL color Cylindrical-coordinate representation of color #E0CE6E: hue angle of 50.53º 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 #E0CE6E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 110 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.12 |
| HSL | 50.53º | 0.65% | 0.65% | - |
| HSV(B) | 50.53º | 0.51% | 0.88% | - |
| XYZ | 55.63 | 61.12 | 23.62 | - |
| YUV | 200.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 110 | 0 | 0.08 | 0.51 | 0.12 | 50.53 | 0.65 | 0.65 |
| Hex | E0 | CE | 6E | 0 | 8 | 33 | C | 33 | 41 | 41 |
| Octal | 340 | 316 | 156 | 0 | 10 | 63 | 14 | 63 | 101 | 101 |
| Binary | 11100000 | 11001110 | 1101110 | 0 | 1000 | 110011 | 1100 | 110011 | 1000001 | 1000001 |
Color Harmonies of #E0CE6E
Complementary color
Monochromatic Colors of #E0CE6E
Black with #E0CE6E
Text Example
Text Example
White with #E0CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE6E; }
p { color: rgb(224,206,110); }
H1.HeaderClassName
{
color: #E0CE6E;
}
.AnyTagClassName
{
color: #E0CE6E;
}
</style>
background-color css
<style>
a { background-color: #E0CE6E; }
a { background-color: rgb(224,206,110); }
div.DivClassName
{
background-color: #E0CE6E;
}
.BgClassName
{
background-color: #E0CE6E;
}
</style>
border-color css
<style>
span { border-color: #E0CE6E; }
span { border-color: rgb(224,206,110); }
td.TdClassName
{
border-color: #E0CE6E;
}
.TagClassName
{
border-color: #E0CE6E;
}
</style>