Shades of Wild Rice #E0CF79
Tints of Wild Rice #E0CF79
RGB
CMYK
RGB Variations
Color information
#E0CF79 (or 0xE0CF79) is known color: Wild Rice. HEX triplet: E0, CF and 79. RGB value is (224,207,121). Sum of RGB (Red+Green+Blue) = 224+207+121=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF79 is #1F3086. Grayscale: #CACACA. Windows color (decimal): -2044039 or 7983072. OLE color: 7983072.
HSL color Cylindrical-coordinate representation of color #E0CF79: hue angle of 50.1º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0CF79 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 121 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.12 |
| HSL | 50.1º | 0.62% | 0.68% | - |
| HSV(B) | 50.1º | 0.46% | 0.88% | - |
| XYZ | 56.5 | 61.85 | 27.05 | - |
| YUV | 202.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 121 | 0 | 0.08 | 0.46 | 0.12 | 50.1 | 0.62 | 0.68 |
| Hex | E0 | CF | 79 | 0 | 8 | 2E | C | 32 | 3E | 44 |
| Octal | 340 | 317 | 171 | 0 | 10 | 56 | 14 | 62 | 76 | 104 |
| Binary | 11100000 | 11001111 | 1111001 | 0 | 1000 | 101110 | 1100 | 110010 | 111110 | 1000100 |
Color Harmonies of #E0CF79
Complementary color
Monochromatic Colors of #E0CF79
Black with #E0CF79
Text Example
Text Example
White with #E0CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF79; }
p { color: rgb(224,207,121); }
H1.HeaderClassName
{
color: #E0CF79;
}
.AnyTagClassName
{
color: #E0CF79;
}
</style>
background-color css
<style>
a { background-color: #E0CF79; }
a { background-color: rgb(224,207,121); }
div.DivClassName
{
background-color: #E0CF79;
}
.BgClassName
{
background-color: #E0CF79;
}
</style>
border-color css
<style>
span { border-color: #E0CF79; }
span { border-color: rgb(224,207,121); }
td.TdClassName
{
border-color: #E0CF79;
}
.TagClassName
{
border-color: #E0CF79;
}
</style>