Shades of Wild Rice #ECDA70
Tints of Wild Rice #ECDA70
RGB
CMYK
RGB Variations
Color information
#ECDA70 (or 0xECDA70) is known color: Wild Rice. HEX triplet: EC, DA and 70. RGB value is (236,218,112). Sum of RGB (Red+Green+Blue) = 236+218+112=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA70 is #13258F. Grayscale: #D3D3D3. Windows color (decimal): -1254800 or 7396076. OLE color: 7396076.
HSL color Cylindrical-coordinate representation of color #ECDA70: hue angle of 51.29º 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 #ECDA70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 112 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 51.29º | 0.77% | 0.68% | - |
| HSV(B) | 51.29º | 0.53% | 0.93% | - |
| XYZ | 62.59 | 69.15 | 25.38 | - |
| YUV | 211.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 112 | 0 | 0.08 | 0.53 | 0.07 | 51.29 | 0.77 | 0.68 |
| Hex | EC | DA | 70 | 0 | 8 | 35 | 7 | 33 | 4D | 44 |
| Octal | 354 | 332 | 160 | 0 | 10 | 65 | 7 | 63 | 115 | 104 |
| Binary | 11101100 | 11011010 | 1110000 | 0 | 1000 | 110101 | 111 | 110011 | 1001101 | 1000100 |
Color Harmonies of #ECDA70
Complementary color
Monochromatic Colors of #ECDA70
Black with #ECDA70
Text Example
Text Example
White with #ECDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA70; }
p { color: rgb(236,218,112); }
H1.HeaderClassName
{
color: #ECDA70;
}
.AnyTagClassName
{
color: #ECDA70;
}
</style>
background-color css
<style>
a { background-color: #ECDA70; }
a { background-color: rgb(236,218,112); }
div.DivClassName
{
background-color: #ECDA70;
}
.BgClassName
{
background-color: #ECDA70;
}
</style>
border-color css
<style>
span { border-color: #ECDA70; }
span { border-color: rgb(236,218,112); }
td.TdClassName
{
border-color: #ECDA70;
}
.TagClassName
{
border-color: #ECDA70;
}
</style>