Shades of Festival #ECC84B
Tints of Festival #ECC84B
RGB
CMYK
RGB Variations
Color information
#ECC84B (or 0xECC84B) is known color: Festival. HEX triplet: EC, C8 and 4B. RGB value is (236,200,75). Sum of RGB (Red+Green+Blue) = 236+200+75=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC84B is #1337B4. Grayscale: #C5C5C5. Windows color (decimal): -1259445 or 4966636. OLE color: 4966636.
HSL color Cylindrical-coordinate representation of color #ECC84B: hue angle of 46.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECC84B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 75 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.58º | 0.81% | 0.61% | - |
| HSV(B) | 46.58º | 0.68% | 0.93% | - |
| XYZ | 56.52 | 59.65 | 15.19 | - |
| YUV | 196.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 75 | 0 | 0.15 | 0.68 | 0.07 | 46.58 | 0.81 | 0.61 |
| Hex | EC | C8 | 4B | 0 | F | 44 | 7 | 2F | 51 | 3D |
| Octal | 354 | 310 | 113 | 0 | 17 | 104 | 7 | 57 | 121 | 75 |
| Binary | 11101100 | 11001000 | 1001011 | 0 | 1111 | 1000100 | 111 | 101111 | 1010001 | 111101 |
Color Harmonies of #ECC84B
Complementary color
Monochromatic Colors of #ECC84B
Black with #ECC84B
Text Example
Text Example
White with #ECC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC84B; }
p { color: rgb(236,200,75); }
H1.HeaderClassName
{
color: #ECC84B;
}
.AnyTagClassName
{
color: #ECC84B;
}
</style>
background-color css
<style>
a { background-color: #ECC84B; }
a { background-color: rgb(236,200,75); }
div.DivClassName
{
background-color: #ECC84B;
}
.BgClassName
{
background-color: #ECC84B;
}
</style>
border-color css
<style>
span { border-color: #ECC84B; }
span { border-color: rgb(236,200,75); }
td.TdClassName
{
border-color: #ECC84B;
}
.TagClassName
{
border-color: #ECC84B;
}
</style>