Shades of Wild Rice #ECDF6F
Tints of Wild Rice #ECDF6F
RGB
CMYK
RGB Variations
Color information
#ECDF6F (or 0xECDF6F) is known color: Wild Rice. HEX triplet: EC, DF and 6F. RGB value is (236,223,111). Sum of RGB (Red+Green+Blue) = 236+223+111=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF6F is #132090. Grayscale: #D6D6D6. Windows color (decimal): -1253521 or 7331820. OLE color: 7331820.
HSL color Cylindrical-coordinate representation of color #ECDF6F: hue angle of 53.76º 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 #ECDF6F is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 111 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.07 |
| HSL | 53.76º | 0.77% | 0.68% | - |
| HSV(B) | 53.76º | 0.53% | 0.93% | - |
| XYZ | 63.85 | 71.76 | 25.52 | - |
| YUV | 214.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 111 | 0 | 0.06 | 0.53 | 0.07 | 53.76 | 0.77 | 0.68 |
| Hex | EC | DF | 6F | 0 | 6 | 35 | 7 | 36 | 4D | 44 |
| Octal | 354 | 337 | 157 | 0 | 6 | 65 | 7 | 66 | 115 | 104 |
| Binary | 11101100 | 11011111 | 1101111 | 0 | 110 | 110101 | 111 | 110110 | 1001101 | 1000100 |
Color Harmonies of #ECDF6F
Complementary color
Monochromatic Colors of #ECDF6F
Black with #ECDF6F
Text Example
Text Example
White with #ECDF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF6F; }
p { color: rgb(236,223,111); }
H1.HeaderClassName
{
color: #ECDF6F;
}
.AnyTagClassName
{
color: #ECDF6F;
}
</style>
background-color css
<style>
a { background-color: #ECDF6F; }
a { background-color: rgb(236,223,111); }
div.DivClassName
{
background-color: #ECDF6F;
}
.BgClassName
{
background-color: #ECDF6F;
}
</style>
border-color css
<style>
span { border-color: #ECDF6F; }
span { border-color: rgb(236,223,111); }
td.TdClassName
{
border-color: #ECDF6F;
}
.TagClassName
{
border-color: #ECDF6F;
}
</style>