Shades of Wild Rice #E2CF6E
Tints of Wild Rice #E2CF6E
RGB
CMYK
RGB Variations
Color information
#E2CF6E (or 0xE2CF6E) is known color: Wild Rice. HEX triplet: E2, CF and 6E. RGB value is (226,207,110). Sum of RGB (Red+Green+Blue) = 226+207+110=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF6E is #1D3091. Grayscale: #CACACA. Windows color (decimal): -1912978 or 7262178. OLE color: 7262178.
HSL color Cylindrical-coordinate representation of color #E2CF6E: hue angle of 50.17º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2CF6E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 110 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.11 |
| HSL | 50.17º | 0.67% | 0.66% | - |
| HSV(B) | 50.17º | 0.51% | 0.89% | - |
| XYZ | 56.49 | 61.92 | 23.73 | - |
| YUV | 201.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 110 | 0 | 0.08 | 0.51 | 0.11 | 50.17 | 0.67 | 0.66 |
| Hex | E2 | CF | 6E | 0 | 8 | 33 | B | 32 | 43 | 42 |
| Octal | 342 | 317 | 156 | 0 | 10 | 63 | 13 | 62 | 103 | 102 |
| Binary | 11100010 | 11001111 | 1101110 | 0 | 1000 | 110011 | 1011 | 110010 | 1000011 | 1000010 |
Color Harmonies of #E2CF6E
Complementary color
Monochromatic Colors of #E2CF6E
Black with #E2CF6E
Text Example
Text Example
White with #E2CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF6E; }
p { color: rgb(226,207,110); }
H1.HeaderClassName
{
color: #E2CF6E;
}
.AnyTagClassName
{
color: #E2CF6E;
}
</style>
background-color css
<style>
a { background-color: #E2CF6E; }
a { background-color: rgb(226,207,110); }
div.DivClassName
{
background-color: #E2CF6E;
}
.BgClassName
{
background-color: #E2CF6E;
}
</style>
border-color css
<style>
span { border-color: #E2CF6E; }
span { border-color: rgb(226,207,110); }
td.TdClassName
{
border-color: #E2CF6E;
}
.TagClassName
{
border-color: #E2CF6E;
}
</style>