Shades of Wild Rice #E2CF77
Tints of Wild Rice #E2CF77
RGB
CMYK
RGB Variations
Color information
#E2CF77 (or 0xE2CF77) is known color: Wild Rice. HEX triplet: E2, CF and 77. RGB value is (226,207,119). Sum of RGB (Red+Green+Blue) = 226+207+119=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF77 is #1D3088. Grayscale: #CBCBCB. Windows color (decimal): -1912969 or 7852002. OLE color: 7852002.
HSL color Cylindrical-coordinate representation of color #E2CF77: hue angle of 49.35º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2CF77 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 119 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 49.35º | 0.65% | 0.68% | - |
| HSV(B) | 49.35º | 0.47% | 0.89% | - |
| XYZ | 57.01 | 62.13 | 26.44 | - |
| YUV | 202.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 119 | 0 | 0.08 | 0.47 | 0.11 | 49.35 | 0.65 | 0.68 |
| Hex | E2 | CF | 77 | 0 | 8 | 2F | B | 31 | 41 | 44 |
| Octal | 342 | 317 | 167 | 0 | 10 | 57 | 13 | 61 | 101 | 104 |
| Binary | 11100010 | 11001111 | 1110111 | 0 | 1000 | 101111 | 1011 | 110001 | 1000001 | 1000100 |
Color Harmonies of #E2CF77
Complementary color
Monochromatic Colors of #E2CF77
Black with #E2CF77
Text Example
Text Example
White with #E2CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF77; }
p { color: rgb(226,207,119); }
H1.HeaderClassName
{
color: #E2CF77;
}
.AnyTagClassName
{
color: #E2CF77;
}
</style>
background-color css
<style>
a { background-color: #E2CF77; }
a { background-color: rgb(226,207,119); }
div.DivClassName
{
background-color: #E2CF77;
}
.BgClassName
{
background-color: #E2CF77;
}
</style>
border-color css
<style>
span { border-color: #E2CF77; }
span { border-color: rgb(226,207,119); }
td.TdClassName
{
border-color: #E2CF77;
}
.TagClassName
{
border-color: #E2CF77;
}
</style>