Shades of Wild Rice #ECDC6B
Tints of Wild Rice #ECDC6B
RGB
CMYK
RGB Variations
Color information
#ECDC6B (or 0xECDC6B) is known color: Wild Rice. HEX triplet: EC, DC and 6B. RGB value is (236,220,107). Sum of RGB (Red+Green+Blue) = 236+220+107=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6B is #132394. Grayscale: #D4D4D4. Windows color (decimal): -1254293 or 7068908. OLE color: 7068908.
HSL color Cylindrical-coordinate representation of color #ECDC6B: hue angle of 52.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECDC6B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 107 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.07 |
| HSL | 52.56º | 0.77% | 0.67% | - |
| HSV(B) | 52.56º | 0.55% | 0.93% | - |
| XYZ | 62.84 | 70.08 | 24.12 | - |
| YUV | 211.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 107 | 0 | 0.07 | 0.55 | 0.07 | 52.56 | 0.77 | 0.67 |
| Hex | EC | DC | 6B | 0 | 7 | 37 | 7 | 35 | 4D | 43 |
| Octal | 354 | 334 | 153 | 0 | 7 | 67 | 7 | 65 | 115 | 103 |
| Binary | 11101100 | 11011100 | 1101011 | 0 | 111 | 110111 | 111 | 110101 | 1001101 | 1000011 |
Color Harmonies of #ECDC6B
Complementary color
Monochromatic Colors of #ECDC6B
Black with #ECDC6B
Text Example
Text Example
White with #ECDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC6B; }
p { color: rgb(236,220,107); }
H1.HeaderClassName
{
color: #ECDC6B;
}
.AnyTagClassName
{
color: #ECDC6B;
}
</style>
background-color css
<style>
a { background-color: #ECDC6B; }
a { background-color: rgb(236,220,107); }
div.DivClassName
{
background-color: #ECDC6B;
}
.BgClassName
{
background-color: #ECDC6B;
}
</style>
border-color css
<style>
span { border-color: #ECDC6B; }
span { border-color: rgb(236,220,107); }
td.TdClassName
{
border-color: #ECDC6B;
}
.TagClassName
{
border-color: #ECDC6B;
}
</style>