Shades of Wild Rice #ECDA6C
Tints of Wild Rice #ECDA6C
RGB
CMYK
RGB Variations
Color information
#ECDA6C (or 0xECDA6C) is known color: Wild Rice. HEX triplet: EC, DA and 6C. RGB value is (236,218,108). Sum of RGB (Red+Green+Blue) = 236+218+108=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA6C is #132593. Grayscale: #D3D3D3. Windows color (decimal): -1254804 or 7133932. OLE color: 7133932.
HSL color Cylindrical-coordinate representation of color #ECDA6C: hue angle of 51.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECDA6C is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 108 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.56º | 0.77% | 0.67% | - |
| HSV(B) | 51.56º | 0.54% | 0.93% | - |
| XYZ | 62.37 | 69.06 | 24.23 | - |
| YUV | 210.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 108 | 0 | 0.08 | 0.54 | 0.07 | 51.56 | 0.77 | 0.67 |
| Hex | EC | DA | 6C | 0 | 8 | 36 | 7 | 34 | 4D | 43 |
| Octal | 354 | 332 | 154 | 0 | 10 | 66 | 7 | 64 | 115 | 103 |
| Binary | 11101100 | 11011010 | 1101100 | 0 | 1000 | 110110 | 111 | 110100 | 1001101 | 1000011 |
Color Harmonies of #ECDA6C
Complementary color
Monochromatic Colors of #ECDA6C
Black with #ECDA6C
Text Example
Text Example
White with #ECDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA6C; }
p { color: rgb(236,218,108); }
H1.HeaderClassName
{
color: #ECDA6C;
}
.AnyTagClassName
{
color: #ECDA6C;
}
</style>
background-color css
<style>
a { background-color: #ECDA6C; }
a { background-color: rgb(236,218,108); }
div.DivClassName
{
background-color: #ECDA6C;
}
.BgClassName
{
background-color: #ECDA6C;
}
</style>
border-color css
<style>
span { border-color: #ECDA6C; }
span { border-color: rgb(236,218,108); }
td.TdClassName
{
border-color: #ECDA6C;
}
.TagClassName
{
border-color: #ECDA6C;
}
</style>