Shades of Wild Rice #E6CF79
Tints of Wild Rice #E6CF79
RGB
CMYK
RGB Variations
Color information
#E6CF79 (or 0xE6CF79) is known color: Wild Rice. HEX triplet: E6, CF and 79. RGB value is (230,207,121). Sum of RGB (Red+Green+Blue) = 230+207+121=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF79 is #193086. Grayscale: #CCCCCC. Windows color (decimal): -1650823 or 7983078. OLE color: 7983078.
HSL color Cylindrical-coordinate representation of color #E6CF79: hue angle of 47.34º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6CF79 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 121 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.10 |
| HSL | 47.34º | 0.69% | 0.69% | - |
| HSV(B) | 47.34º | 0.47% | 0.9% | - |
| XYZ | 58.4 | 62.83 | 27.14 | - |
| YUV | 204.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 121 | 0 | 0.10 | 0.47 | 0.10 | 47.34 | 0.69 | 0.69 |
| Hex | E6 | CF | 79 | 0 | A | 2F | A | 2F | 45 | 45 |
| Octal | 346 | 317 | 171 | 0 | 12 | 57 | 12 | 57 | 105 | 105 |
| Binary | 11100110 | 11001111 | 1111001 | 0 | 1010 | 101111 | 1010 | 101111 | 1000101 | 1000101 |
Color Harmonies of #E6CF79
Complementary color
Monochromatic Colors of #E6CF79
Black with #E6CF79
Text Example
Text Example
White with #E6CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF79; }
p { color: rgb(230,207,121); }
H1.HeaderClassName
{
color: #E6CF79;
}
.AnyTagClassName
{
color: #E6CF79;
}
</style>
background-color css
<style>
a { background-color: #E6CF79; }
a { background-color: rgb(230,207,121); }
div.DivClassName
{
background-color: #E6CF79;
}
.BgClassName
{
background-color: #E6CF79;
}
</style>
border-color css
<style>
span { border-color: #E6CF79; }
span { border-color: rgb(230,207,121); }
td.TdClassName
{
border-color: #E6CF79;
}
.TagClassName
{
border-color: #E6CF79;
}
</style>