Shades of Wild Rice #ECD86F
Tints of Wild Rice #ECD86F
RGB
CMYK
RGB Variations
Color information
#ECD86F (or 0xECD86F) is known color: Wild Rice. HEX triplet: EC, D8 and 6F. RGB value is (236,216,111). Sum of RGB (Red+Green+Blue) = 236+216+111=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD86F is #132790. Grayscale: #D2D2D2. Windows color (decimal): -1255313 or 7330028. OLE color: 7330028.
HSL color Cylindrical-coordinate representation of color #ECD86F: hue angle of 50.4º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECD86F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 111 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 50.4º | 0.77% | 0.68% | - |
| HSV(B) | 50.4º | 0.53% | 0.93% | - |
| XYZ | 62.02 | 68.09 | 24.91 | - |
| YUV | 210.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 111 | 0 | 0.08 | 0.53 | 0.07 | 50.4 | 0.77 | 0.68 |
| Hex | EC | D8 | 6F | 0 | 8 | 35 | 7 | 32 | 4D | 44 |
| Octal | 354 | 330 | 157 | 0 | 10 | 65 | 7 | 62 | 115 | 104 |
| Binary | 11101100 | 11011000 | 1101111 | 0 | 1000 | 110101 | 111 | 110010 | 1001101 | 1000100 |
Color Harmonies of #ECD86F
Complementary color
Monochromatic Colors of #ECD86F
Black with #ECD86F
Text Example
Text Example
White with #ECD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD86F; }
p { color: rgb(236,216,111); }
H1.HeaderClassName
{
color: #ECD86F;
}
.AnyTagClassName
{
color: #ECD86F;
}
</style>
background-color css
<style>
a { background-color: #ECD86F; }
a { background-color: rgb(236,216,111); }
div.DivClassName
{
background-color: #ECD86F;
}
.BgClassName
{
background-color: #ECD86F;
}
</style>
border-color css
<style>
span { border-color: #ECD86F; }
span { border-color: rgb(236,216,111); }
td.TdClassName
{
border-color: #ECD86F;
}
.TagClassName
{
border-color: #ECD86F;
}
</style>