Shades of Festival #ECC83E
Tints of Festival #ECC83E
RGB
CMYK
RGB Variations
Color information
#ECC83E (or 0xECC83E) is known color: Festival. HEX triplet: EC, C8 and 3E. RGB value is (236,200,62). Sum of RGB (Red+Green+Blue) = 236+200+62=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC83E is #1337C1. Grayscale: #C3C3C3. Windows color (decimal): -1259458 or 4114668. OLE color: 4114668.
HSL color Cylindrical-coordinate representation of color #ECC83E: hue angle of 47.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC83E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 62 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.07 |
| HSL | 47.59º | 0.82% | 0.58% | - |
| HSV(B) | 47.59º | 0.74% | 0.93% | - |
| XYZ | 56.12 | 59.49 | 13.08 | - |
| YUV | 195.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 62 | 0 | 0.15 | 0.74 | 0.07 | 47.59 | 0.82 | 0.58 |
| Hex | EC | C8 | 3E | 0 | F | 4A | 7 | 30 | 52 | 3A |
| Octal | 354 | 310 | 76 | 0 | 17 | 112 | 7 | 60 | 122 | 72 |
| Binary | 11101100 | 11001000 | 111110 | 0 | 1111 | 1001010 | 111 | 110000 | 1010010 | 111010 |
Color Harmonies of #ECC83E
Complementary color
Monochromatic Colors of #ECC83E
Black with #ECC83E
Text Example
Text Example
White with #ECC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC83E; }
p { color: rgb(236,200,62); }
H1.HeaderClassName
{
color: #ECC83E;
}
.AnyTagClassName
{
color: #ECC83E;
}
</style>
background-color css
<style>
a { background-color: #ECC83E; }
a { background-color: rgb(236,200,62); }
div.DivClassName
{
background-color: #ECC83E;
}
.BgClassName
{
background-color: #ECC83E;
}
</style>
border-color css
<style>
span { border-color: #ECC83E; }
span { border-color: rgb(236,200,62); }
td.TdClassName
{
border-color: #ECC83E;
}
.TagClassName
{
border-color: #ECC83E;
}
</style>