Shades of Wild Rice #ECDD70
Tints of Wild Rice #ECDD70
RGB
CMYK
RGB Variations
Color information
#ECDD70 (or 0xECDD70) is known color: Wild Rice. HEX triplet: EC, DD and 70. RGB value is (236,221,112). Sum of RGB (Red+Green+Blue) = 236+221+112=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD70 is #13228F. Grayscale: #D5D5D5. Windows color (decimal): -1254032 or 7396844. OLE color: 7396844.
HSL color Cylindrical-coordinate representation of color #ECDD70: hue angle of 52.74º 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 #ECDD70 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 112 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.07 |
| HSL | 52.74º | 0.77% | 0.68% | - |
| HSV(B) | 52.74º | 0.53% | 0.93% | - |
| XYZ | 63.37 | 70.72 | 25.64 | - |
| YUV | 213.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 112 | 0 | 0.06 | 0.53 | 0.07 | 52.74 | 0.77 | 0.68 |
| Hex | EC | DD | 70 | 0 | 6 | 35 | 7 | 35 | 4D | 44 |
| Octal | 354 | 335 | 160 | 0 | 6 | 65 | 7 | 65 | 115 | 104 |
| Binary | 11101100 | 11011101 | 1110000 | 0 | 110 | 110101 | 111 | 110101 | 1001101 | 1000100 |
Color Harmonies of #ECDD70
Complementary color
Monochromatic Colors of #ECDD70
Black with #ECDD70
Text Example
Text Example
White with #ECDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD70; }
p { color: rgb(236,221,112); }
H1.HeaderClassName
{
color: #ECDD70;
}
.AnyTagClassName
{
color: #ECDD70;
}
</style>
background-color css
<style>
a { background-color: #ECDD70; }
a { background-color: rgb(236,221,112); }
div.DivClassName
{
background-color: #ECDD70;
}
.BgClassName
{
background-color: #ECDD70;
}
</style>
border-color css
<style>
span { border-color: #ECDD70; }
span { border-color: rgb(236,221,112); }
td.TdClassName
{
border-color: #ECDD70;
}
.TagClassName
{
border-color: #ECDD70;
}
</style>