Shades of Wild Rice #E6CF76
Tints of Wild Rice #E6CF76
RGB
CMYK
RGB Variations
Color information
#E6CF76 (or 0xE6CF76) is known color: Wild Rice. HEX triplet: E6, CF and 76. RGB value is (230,207,118). Sum of RGB (Red+Green+Blue) = 230+207+118=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF76 is #193089. Grayscale: #CCCCCC. Windows color (decimal): -1650826 or 7786470. OLE color: 7786470.
HSL color Cylindrical-coordinate representation of color #E6CF76: hue angle of 47.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6CF76 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 118 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.10 |
| HSL | 47.68º | 0.69% | 0.68% | - |
| HSV(B) | 47.68º | 0.49% | 0.9% | - |
| XYZ | 58.22 | 62.76 | 26.18 | - |
| YUV | 203.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 118 | 0 | 0.10 | 0.49 | 0.10 | 47.68 | 0.69 | 0.68 |
| Hex | E6 | CF | 76 | 0 | A | 31 | A | 30 | 45 | 44 |
| Octal | 346 | 317 | 166 | 0 | 12 | 61 | 12 | 60 | 105 | 104 |
| Binary | 11100110 | 11001111 | 1110110 | 0 | 1010 | 110001 | 1010 | 110000 | 1000101 | 1000100 |
Color Harmonies of #E6CF76
Complementary color
Monochromatic Colors of #E6CF76
Black with #E6CF76
Text Example
Text Example
White with #E6CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF76; }
p { color: rgb(230,207,118); }
H1.HeaderClassName
{
color: #E6CF76;
}
.AnyTagClassName
{
color: #E6CF76;
}
</style>
background-color css
<style>
a { background-color: #E6CF76; }
a { background-color: rgb(230,207,118); }
div.DivClassName
{
background-color: #E6CF76;
}
.BgClassName
{
background-color: #E6CF76;
}
</style>
border-color css
<style>
span { border-color: #E6CF76; }
span { border-color: rgb(230,207,118); }
td.TdClassName
{
border-color: #E6CF76;
}
.TagClassName
{
border-color: #E6CF76;
}
</style>