Shades of Wild Rice #ECD670
Tints of Wild Rice #ECD670
RGB
CMYK
RGB Variations
Color information
#ECD670 (or 0xECD670) is known color: Wild Rice. HEX triplet: EC, D6 and 70. RGB value is (236,214,112). Sum of RGB (Red+Green+Blue) = 236+214+112=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD670 is #13298F. Grayscale: #D1D1D1. Windows color (decimal): -1255824 or 7395052. OLE color: 7395052.
HSL color Cylindrical-coordinate representation of color #ECD670: hue angle of 49.35º 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 #ECD670 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.07 |
| HSL | 49.35º | 0.77% | 0.68% | - |
| HSV(B) | 49.35º | 0.53% | 0.93% | - |
| XYZ | 61.56 | 67.1 | 25.04 | - |
| YUV | 208.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 112 | 0 | 0.09 | 0.53 | 0.07 | 49.35 | 0.77 | 0.68 |
| Hex | EC | D6 | 70 | 0 | 9 | 35 | 7 | 31 | 4D | 44 |
| Octal | 354 | 326 | 160 | 0 | 11 | 65 | 7 | 61 | 115 | 104 |
| Binary | 11101100 | 11010110 | 1110000 | 0 | 1001 | 110101 | 111 | 110001 | 1001101 | 1000100 |
Color Harmonies of #ECD670
Complementary color
Monochromatic Colors of #ECD670
Black with #ECD670
Text Example
Text Example
White with #ECD670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD670; }
p { color: rgb(236,214,112); }
H1.HeaderClassName
{
color: #ECD670;
}
.AnyTagClassName
{
color: #ECD670;
}
</style>
background-color css
<style>
a { background-color: #ECD670; }
a { background-color: rgb(236,214,112); }
div.DivClassName
{
background-color: #ECD670;
}
.BgClassName
{
background-color: #ECD670;
}
</style>
border-color css
<style>
span { border-color: #ECD670; }
span { border-color: rgb(236,214,112); }
td.TdClassName
{
border-color: #ECD670;
}
.TagClassName
{
border-color: #ECD670;
}
</style>