Shades of Wild Rice #ECDC6A
Tints of Wild Rice #ECDC6A
RGB
CMYK
RGB Variations
Color information
#ECDC6A (or 0xECDC6A) is known color: Wild Rice. HEX triplet: EC, DC and 6A. RGB value is (236,220,106). Sum of RGB (Red+Green+Blue) = 236+220+106=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6A is #132395. Grayscale: #D4D4D4. Windows color (decimal): -1254294 or 7003372. OLE color: 7003372.
HSL color Cylindrical-coordinate representation of color #ECDC6A: hue angle of 52.62º 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 #ECDC6A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 106 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.07 |
| HSL | 52.62º | 0.77% | 0.67% | - |
| HSV(B) | 52.62º | 0.55% | 0.93% | - |
| XYZ | 62.79 | 70.06 | 23.85 | - |
| YUV | 211.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 106 | 0 | 0.07 | 0.55 | 0.07 | 52.62 | 0.77 | 0.67 |
| Hex | EC | DC | 6A | 0 | 7 | 37 | 7 | 35 | 4D | 43 |
| Octal | 354 | 334 | 152 | 0 | 7 | 67 | 7 | 65 | 115 | 103 |
| Binary | 11101100 | 11011100 | 1101010 | 0 | 111 | 110111 | 111 | 110101 | 1001101 | 1000011 |
Color Harmonies of #ECDC6A
Complementary color
Monochromatic Colors of #ECDC6A
Black with #ECDC6A
Text Example
Text Example
White with #ECDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC6A; }
p { color: rgb(236,220,106); }
H1.HeaderClassName
{
color: #ECDC6A;
}
.AnyTagClassName
{
color: #ECDC6A;
}
</style>
background-color css
<style>
a { background-color: #ECDC6A; }
a { background-color: rgb(236,220,106); }
div.DivClassName
{
background-color: #ECDC6A;
}
.BgClassName
{
background-color: #ECDC6A;
}
</style>
border-color css
<style>
span { border-color: #ECDC6A; }
span { border-color: rgb(236,220,106); }
td.TdClassName
{
border-color: #ECDC6A;
}
.TagClassName
{
border-color: #ECDC6A;
}
</style>