Shades of Wild Rice #E1CF6E
Tints of Wild Rice #E1CF6E
RGB
CMYK
RGB Variations
Color information
#E1CF6E (or 0xE1CF6E) is known color: Wild Rice. HEX triplet: E1, CF and 6E. RGB value is (225,207,110). Sum of RGB (Red+Green+Blue) = 225+207+110=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF6E is #1E3091. Grayscale: #C9C9C9. Windows color (decimal): -1978514 or 7262177. OLE color: 7262177.
HSL color Cylindrical-coordinate representation of color #E1CF6E: hue angle of 50.61º 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 #E1CF6E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 110 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.12 |
| HSL | 50.61º | 0.66% | 0.66% | - |
| HSV(B) | 50.61º | 0.51% | 0.88% | - |
| XYZ | 56.18 | 61.76 | 23.71 | - |
| YUV | 201.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 110 | 0 | 0.08 | 0.51 | 0.12 | 50.61 | 0.66 | 0.66 |
| Hex | E1 | CF | 6E | 0 | 8 | 33 | C | 33 | 42 | 42 |
| Octal | 341 | 317 | 156 | 0 | 10 | 63 | 14 | 63 | 102 | 102 |
| Binary | 11100001 | 11001111 | 1101110 | 0 | 1000 | 110011 | 1100 | 110011 | 1000010 | 1000010 |
Color Harmonies of #E1CF6E
Complementary color
Monochromatic Colors of #E1CF6E
Black with #E1CF6E
Text Example
Text Example
White with #E1CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF6E; }
p { color: rgb(225,207,110); }
H1.HeaderClassName
{
color: #E1CF6E;
}
.AnyTagClassName
{
color: #E1CF6E;
}
</style>
background-color css
<style>
a { background-color: #E1CF6E; }
a { background-color: rgb(225,207,110); }
div.DivClassName
{
background-color: #E1CF6E;
}
.BgClassName
{
background-color: #E1CF6E;
}
</style>
border-color css
<style>
span { border-color: #E1CF6E; }
span { border-color: rgb(225,207,110); }
td.TdClassName
{
border-color: #E1CF6E;
}
.TagClassName
{
border-color: #E1CF6E;
}
</style>