Shades of Wild Rice #ECDB6C
Tints of Wild Rice #ECDB6C
RGB
CMYK
RGB Variations
Color information
#ECDB6C (or 0xECDB6C) is known color: Wild Rice. HEX triplet: EC, DB and 6C. RGB value is (236,219,108). Sum of RGB (Red+Green+Blue) = 236+219+108=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB6C is #132493. Grayscale: #D3D3D3. Windows color (decimal): -1254548 or 7134188. OLE color: 7134188.
HSL color Cylindrical-coordinate representation of color #ECDB6C: hue angle of 52.03º 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 #ECDB6C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 108 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.07 |
| HSL | 52.03º | 0.77% | 0.67% | - |
| HSV(B) | 52.03º | 0.54% | 0.93% | - |
| XYZ | 62.63 | 69.58 | 24.32 | - |
| YUV | 211.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 108 | 0 | 0.07 | 0.54 | 0.07 | 52.03 | 0.77 | 0.67 |
| Hex | EC | DB | 6C | 0 | 7 | 36 | 7 | 34 | 4D | 43 |
| Octal | 354 | 333 | 154 | 0 | 7 | 66 | 7 | 64 | 115 | 103 |
| Binary | 11101100 | 11011011 | 1101100 | 0 | 111 | 110110 | 111 | 110100 | 1001101 | 1000011 |
Color Harmonies of #ECDB6C
Complementary color
Monochromatic Colors of #ECDB6C
Black with #ECDB6C
Text Example
Text Example
White with #ECDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB6C; }
p { color: rgb(236,219,108); }
H1.HeaderClassName
{
color: #ECDB6C;
}
.AnyTagClassName
{
color: #ECDB6C;
}
</style>
background-color css
<style>
a { background-color: #ECDB6C; }
a { background-color: rgb(236,219,108); }
div.DivClassName
{
background-color: #ECDB6C;
}
.BgClassName
{
background-color: #ECDB6C;
}
</style>
border-color css
<style>
span { border-color: #ECDB6C; }
span { border-color: rgb(236,219,108); }
td.TdClassName
{
border-color: #ECDB6C;
}
.TagClassName
{
border-color: #ECDB6C;
}
</style>