Shades of Wild Rice #ECD96D
Tints of Wild Rice #ECD96D
RGB
CMYK
RGB Variations
Color information
#ECD96D (or 0xECD96D) is known color: Wild Rice. HEX triplet: EC, D9 and 6D. RGB value is (236,217,109). Sum of RGB (Red+Green+Blue) = 236+217+109=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD96D is #132692. Grayscale: #D2D2D2. Windows color (decimal): -1255059 or 7199212. OLE color: 7199212.
HSL color Cylindrical-coordinate representation of color #ECD96D: hue angle of 51.02º 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 #ECD96D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 109 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.02º | 0.77% | 0.68% | - |
| HSV(B) | 51.02º | 0.54% | 0.93% | - |
| XYZ | 62.17 | 68.56 | 24.43 | - |
| YUV | 210.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 109 | 0 | 0.08 | 0.54 | 0.07 | 51.02 | 0.77 | 0.68 |
| Hex | EC | D9 | 6D | 0 | 8 | 36 | 7 | 33 | 4D | 44 |
| Octal | 354 | 331 | 155 | 0 | 10 | 66 | 7 | 63 | 115 | 104 |
| Binary | 11101100 | 11011001 | 1101101 | 0 | 1000 | 110110 | 111 | 110011 | 1001101 | 1000100 |
Color Harmonies of #ECD96D
Complementary color
Monochromatic Colors of #ECD96D
Black with #ECD96D
Text Example
Text Example
White with #ECD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD96D; }
p { color: rgb(236,217,109); }
H1.HeaderClassName
{
color: #ECD96D;
}
.AnyTagClassName
{
color: #ECD96D;
}
</style>
background-color css
<style>
a { background-color: #ECD96D; }
a { background-color: rgb(236,217,109); }
div.DivClassName
{
background-color: #ECD96D;
}
.BgClassName
{
background-color: #ECD96D;
}
</style>
border-color css
<style>
span { border-color: #ECD96D; }
span { border-color: rgb(236,217,109); }
td.TdClassName
{
border-color: #ECD96D;
}
.TagClassName
{
border-color: #ECD96D;
}
</style>