Shades of Wild Rice #ECDF6D
Tints of Wild Rice #ECDF6D
RGB
CMYK
RGB Variations
Color information
#ECDF6D (or 0xECDF6D) is known color: Wild Rice. HEX triplet: EC, DF and 6D. RGB value is (236,223,109). Sum of RGB (Red+Green+Blue) = 236+223+109=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF6D is #132092. Grayscale: #D6D6D6. Windows color (decimal): -1253523 or 7200748. OLE color: 7200748.
HSL color Cylindrical-coordinate representation of color #ECDF6D: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECDF6D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 109 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.07 |
| HSL | 53.86º | 0.77% | 0.68% | - |
| HSV(B) | 53.86º | 0.54% | 0.93% | - |
| XYZ | 63.74 | 71.71 | 24.95 | - |
| YUV | 213.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 109 | 0 | 0.06 | 0.54 | 0.07 | 53.86 | 0.77 | 0.68 |
| Hex | EC | DF | 6D | 0 | 6 | 36 | 7 | 36 | 4D | 44 |
| Octal | 354 | 337 | 155 | 0 | 6 | 66 | 7 | 66 | 115 | 104 |
| Binary | 11101100 | 11011111 | 1101101 | 0 | 110 | 110110 | 111 | 110110 | 1001101 | 1000100 |
Color Harmonies of #ECDF6D
Complementary color
Monochromatic Colors of #ECDF6D
Black with #ECDF6D
Text Example
Text Example
White with #ECDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF6D; }
p { color: rgb(236,223,109); }
H1.HeaderClassName
{
color: #ECDF6D;
}
.AnyTagClassName
{
color: #ECDF6D;
}
</style>
background-color css
<style>
a { background-color: #ECDF6D; }
a { background-color: rgb(236,223,109); }
div.DivClassName
{
background-color: #ECDF6D;
}
.BgClassName
{
background-color: #ECDF6D;
}
</style>
border-color css
<style>
span { border-color: #ECDF6D; }
span { border-color: rgb(236,223,109); }
td.TdClassName
{
border-color: #ECDF6D;
}
.TagClassName
{
border-color: #ECDF6D;
}
</style>