Shades of Festival #ECCB43
Tints of Festival #ECCB43
RGB
CMYK
RGB Variations
Color information
#ECCB43 (or 0xECCB43) is known color: Festival. HEX triplet: EC, CB and 43. RGB value is (236,203,67). Sum of RGB (Red+Green+Blue) = 236+203+67=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB43 is #1334BC. Grayscale: #C5C5C5. Windows color (decimal): -1258685 or 4443116. OLE color: 4443116.
HSL color Cylindrical-coordinate representation of color #ECCB43: hue angle of 48.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECCB43 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 67 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.07 |
| HSL | 48.28º | 0.82% | 0.59% | - |
| HSV(B) | 48.28º | 0.72% | 0.93% | - |
| XYZ | 56.96 | 60.95 | 14.07 | - |
| YUV | 197.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 67 | 0 | 0.14 | 0.72 | 0.07 | 48.28 | 0.82 | 0.59 |
| Hex | EC | CB | 43 | 0 | E | 48 | 7 | 30 | 52 | 3B |
| Octal | 354 | 313 | 103 | 0 | 16 | 110 | 7 | 60 | 122 | 73 |
| Binary | 11101100 | 11001011 | 1000011 | 0 | 1110 | 1001000 | 111 | 110000 | 1010010 | 111011 |
Color Harmonies of #ECCB43
Complementary color
Monochromatic Colors of #ECCB43
Black with #ECCB43
Text Example
Text Example
White with #ECCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB43; }
p { color: rgb(236,203,67); }
H1.HeaderClassName
{
color: #ECCB43;
}
.AnyTagClassName
{
color: #ECCB43;
}
</style>
background-color css
<style>
a { background-color: #ECCB43; }
a { background-color: rgb(236,203,67); }
div.DivClassName
{
background-color: #ECCB43;
}
.BgClassName
{
background-color: #ECCB43;
}
</style>
border-color css
<style>
span { border-color: #ECCB43; }
span { border-color: rgb(236,203,67); }
td.TdClassName
{
border-color: #ECCB43;
}
.TagClassName
{
border-color: #ECCB43;
}
</style>