Shades of Wild Rice #ECDC6C
Tints of Wild Rice #ECDC6C
RGB
CMYK
RGB Variations
Color information
#ECDC6C (or 0xECDC6C) is known color: Wild Rice. HEX triplet: EC, DC and 6C. RGB value is (236,220,108). Sum of RGB (Red+Green+Blue) = 236+220+108=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6C is #132393. Grayscale: #D4D4D4. Windows color (decimal): -1254292 or 7134444. OLE color: 7134444.
HSL color Cylindrical-coordinate representation of color #ECDC6C: hue angle of 52.5º 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 #ECDC6C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 108 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.07 |
| HSL | 52.5º | 0.77% | 0.67% | - |
| HSV(B) | 52.5º | 0.54% | 0.93% | - |
| XYZ | 62.89 | 70.1 | 24.4 | - |
| YUV | 212.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 108 | 0 | 0.07 | 0.54 | 0.07 | 52.5 | 0.77 | 0.67 |
| Hex | EC | DC | 6C | 0 | 7 | 36 | 7 | 34 | 4D | 43 |
| Octal | 354 | 334 | 154 | 0 | 7 | 66 | 7 | 64 | 115 | 103 |
| Binary | 11101100 | 11011100 | 1101100 | 0 | 111 | 110110 | 111 | 110100 | 1001101 | 1000011 |
Color Harmonies of #ECDC6C
Complementary color
Monochromatic Colors of #ECDC6C
Black with #ECDC6C
Text Example
Text Example
White with #ECDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC6C; }
p { color: rgb(236,220,108); }
H1.HeaderClassName
{
color: #ECDC6C;
}
.AnyTagClassName
{
color: #ECDC6C;
}
</style>
background-color css
<style>
a { background-color: #ECDC6C; }
a { background-color: rgb(236,220,108); }
div.DivClassName
{
background-color: #ECDC6C;
}
.BgClassName
{
background-color: #ECDC6C;
}
</style>
border-color css
<style>
span { border-color: #ECDC6C; }
span { border-color: rgb(236,220,108); }
td.TdClassName
{
border-color: #ECDC6C;
}
.TagClassName
{
border-color: #ECDC6C;
}
</style>