Shades of Wild Rice #E1CE6E
Tints of Wild Rice #E1CE6E
RGB
CMYK
RGB Variations
Color information
#E1CE6E (or 0xE1CE6E) is known color: Wild Rice. HEX triplet: E1, CE and 6E. RGB value is (225,206,110). Sum of RGB (Red+Green+Blue) = 225+206+110=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE6E is #1E3191. Grayscale: #C9C9C9. Windows color (decimal): -1978770 or 7261921. OLE color: 7261921.
HSL color Cylindrical-coordinate representation of color #E1CE6E: hue angle of 50.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1CE6E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 110 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.12 |
| HSL | 50.09º | 0.66% | 0.66% | - |
| HSV(B) | 50.09º | 0.51% | 0.88% | - |
| XYZ | 55.94 | 61.28 | 23.63 | - |
| YUV | 200.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 110 | 0 | 0.08 | 0.51 | 0.12 | 50.09 | 0.66 | 0.66 |
| Hex | E1 | CE | 6E | 0 | 8 | 33 | C | 32 | 42 | 42 |
| Octal | 341 | 316 | 156 | 0 | 10 | 63 | 14 | 62 | 102 | 102 |
| Binary | 11100001 | 11001110 | 1101110 | 0 | 1000 | 110011 | 1100 | 110010 | 1000010 | 1000010 |
Color Harmonies of #E1CE6E
Complementary color
Monochromatic Colors of #E1CE6E
Black with #E1CE6E
Text Example
Text Example
White with #E1CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE6E; }
p { color: rgb(225,206,110); }
H1.HeaderClassName
{
color: #E1CE6E;
}
.AnyTagClassName
{
color: #E1CE6E;
}
</style>
background-color css
<style>
a { background-color: #E1CE6E; }
a { background-color: rgb(225,206,110); }
div.DivClassName
{
background-color: #E1CE6E;
}
.BgClassName
{
background-color: #E1CE6E;
}
</style>
border-color css
<style>
span { border-color: #E1CE6E; }
span { border-color: rgb(225,206,110); }
td.TdClassName
{
border-color: #E1CE6E;
}
.TagClassName
{
border-color: #E1CE6E;
}
</style>