Shades of Festival #ECC83C
Tints of Festival #ECC83C
RGB
CMYK
RGB Variations
Color information
#ECC83C (or 0xECC83C) is known color: Festival. HEX triplet: EC, C8 and 3C. RGB value is (236,200,60). Sum of RGB (Red+Green+Blue) = 236+200+60=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC83C is #1337C3. Grayscale: #C3C3C3. Windows color (decimal): -1259460 or 3983596. OLE color: 3983596.
HSL color Cylindrical-coordinate representation of color #ECC83C: hue angle of 47.73º 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 #ECC83C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 60 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.07 |
| HSL | 47.73º | 0.82% | 0.58% | - |
| HSV(B) | 47.73º | 0.75% | 0.93% | - |
| XYZ | 56.06 | 59.47 | 12.8 | - |
| YUV | 194.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 60 | 0 | 0.15 | 0.75 | 0.07 | 47.73 | 0.82 | 0.58 |
| Hex | EC | C8 | 3C | 0 | F | 4B | 7 | 30 | 52 | 3A |
| Octal | 354 | 310 | 74 | 0 | 17 | 113 | 7 | 60 | 122 | 72 |
| Binary | 11101100 | 11001000 | 111100 | 0 | 1111 | 1001011 | 111 | 110000 | 1010010 | 111010 |
Color Harmonies of #ECC83C
Complementary color
Monochromatic Colors of #ECC83C
Black with #ECC83C
Text Example
Text Example
White with #ECC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC83C; }
p { color: rgb(236,200,60); }
H1.HeaderClassName
{
color: #ECC83C;
}
.AnyTagClassName
{
color: #ECC83C;
}
</style>
background-color css
<style>
a { background-color: #ECC83C; }
a { background-color: rgb(236,200,60); }
div.DivClassName
{
background-color: #ECC83C;
}
.BgClassName
{
background-color: #ECC83C;
}
</style>
border-color css
<style>
span { border-color: #ECC83C; }
span { border-color: rgb(236,200,60); }
td.TdClassName
{
border-color: #ECC83C;
}
.TagClassName
{
border-color: #ECC83C;
}
</style>