Shades of Festival #ECCB53
Tints of Festival #ECCB53
RGB
CMYK
RGB Variations
Color information
#ECCB53 (or 0xECCB53) is known color: Festival. HEX triplet: EC, CB and 53. RGB value is (236,203,83). Sum of RGB (Red+Green+Blue) = 236+203+83=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB53 is #1334AC. Grayscale: #C7C7C7. Windows color (decimal): -1258669 or 5491692. OLE color: 5491692.
HSL color Cylindrical-coordinate representation of color #ECCB53: hue angle of 47.06º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECCB53 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 83 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.07 |
| HSL | 47.06º | 0.8% | 0.63% | - |
| HSV(B) | 47.06º | 0.65% | 0.93% | - |
| XYZ | 57.51 | 61.17 | 16.96 | - |
| YUV | 199.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 83 | 0 | 0.14 | 0.65 | 0.07 | 47.06 | 0.8 | 0.63 |
| Hex | EC | CB | 53 | 0 | E | 41 | 7 | 2F | 50 | 3F |
| Octal | 354 | 313 | 123 | 0 | 16 | 101 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001011 | 1010011 | 0 | 1110 | 1000001 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCB53
Complementary color
Monochromatic Colors of #ECCB53
Black with #ECCB53
Text Example
Text Example
White with #ECCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB53; }
p { color: rgb(236,203,83); }
H1.HeaderClassName
{
color: #ECCB53;
}
.AnyTagClassName
{
color: #ECCB53;
}
</style>
background-color css
<style>
a { background-color: #ECCB53; }
a { background-color: rgb(236,203,83); }
div.DivClassName
{
background-color: #ECCB53;
}
.BgClassName
{
background-color: #ECCB53;
}
</style>
border-color css
<style>
span { border-color: #ECCB53; }
span { border-color: rgb(236,203,83); }
td.TdClassName
{
border-color: #ECCB53;
}
.TagClassName
{
border-color: #ECCB53;
}
</style>