Shades of Wild Rice #E6CD76
Tints of Wild Rice #E6CD76
RGB
CMYK
RGB Variations
Color information
#E6CD76 (or 0xE6CD76) is known color: Wild Rice. HEX triplet: E6, CD and 76. RGB value is (230,205,118). Sum of RGB (Red+Green+Blue) = 230+205+118=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD76 is #193289. Grayscale: #CACACA. Windows color (decimal): -1651338 or 7785958. OLE color: 7785958.
HSL color Cylindrical-coordinate representation of color #E6CD76: hue angle of 46.61º 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 #E6CD76 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 118 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.10 |
| HSL | 46.61º | 0.69% | 0.68% | - |
| HSV(B) | 46.61º | 0.49% | 0.9% | - |
| XYZ | 57.73 | 61.79 | 26.02 | - |
| YUV | 202.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 118 | 0 | 0.11 | 0.49 | 0.10 | 46.61 | 0.69 | 0.68 |
| Hex | E6 | CD | 76 | 0 | B | 31 | A | 2F | 45 | 44 |
| Octal | 346 | 315 | 166 | 0 | 13 | 61 | 12 | 57 | 105 | 104 |
| Binary | 11100110 | 11001101 | 1110110 | 0 | 1011 | 110001 | 1010 | 101111 | 1000101 | 1000100 |
Color Harmonies of #E6CD76
Complementary color
Monochromatic Colors of #E6CD76
Black with #E6CD76
Text Example
Text Example
White with #E6CD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD76; }
p { color: rgb(230,205,118); }
H1.HeaderClassName
{
color: #E6CD76;
}
.AnyTagClassName
{
color: #E6CD76;
}
</style>
background-color css
<style>
a { background-color: #E6CD76; }
a { background-color: rgb(230,205,118); }
div.DivClassName
{
background-color: #E6CD76;
}
.BgClassName
{
background-color: #E6CD76;
}
</style>
border-color css
<style>
span { border-color: #E6CD76; }
span { border-color: rgb(230,205,118); }
td.TdClassName
{
border-color: #E6CD76;
}
.TagClassName
{
border-color: #E6CD76;
}
</style>