Shades of Festival #ECCD3B
Tints of Festival #ECCD3B
RGB
CMYK
RGB Variations
Color information
#ECCD3B (or 0xECCD3B) is known color: Festival. HEX triplet: EC, CD and 3B. RGB value is (236,205,59). Sum of RGB (Red+Green+Blue) = 236+205+59=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD3B is #1332C4. Grayscale: #C6C6C6. Windows color (decimal): -1258181 or 3919340. OLE color: 3919340.
HSL color Cylindrical-coordinate representation of color #ECCD3B: hue angle of 49.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCD3B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 59 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.07 |
| HSL | 49.49º | 0.82% | 0.58% | - |
| HSV(B) | 49.49º | 0.75% | 0.93% | - |
| XYZ | 57.21 | 61.81 | 13.05 | - |
| YUV | 197.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 59 | 0 | 0.13 | 0.75 | 0.07 | 49.49 | 0.82 | 0.58 |
| Hex | EC | CD | 3B | 0 | D | 4B | 7 | 31 | 52 | 3A |
| Octal | 354 | 315 | 73 | 0 | 15 | 113 | 7 | 61 | 122 | 72 |
| Binary | 11101100 | 11001101 | 111011 | 0 | 1101 | 1001011 | 111 | 110001 | 1010010 | 111010 |
Color Harmonies of #ECCD3B
Complementary color
Monochromatic Colors of #ECCD3B
Black with #ECCD3B
Text Example
Text Example
White with #ECCD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD3B; }
p { color: rgb(236,205,59); }
H1.HeaderClassName
{
color: #ECCD3B;
}
.AnyTagClassName
{
color: #ECCD3B;
}
</style>
background-color css
<style>
a { background-color: #ECCD3B; }
a { background-color: rgb(236,205,59); }
div.DivClassName
{
background-color: #ECCD3B;
}
.BgClassName
{
background-color: #ECCD3B;
}
</style>
border-color css
<style>
span { border-color: #ECCD3B; }
span { border-color: rgb(236,205,59); }
td.TdClassName
{
border-color: #ECCD3B;
}
.TagClassName
{
border-color: #ECCD3B;
}
</style>