Shades of Festival #ECCF43
Tints of Festival #ECCF43
RGB
CMYK
RGB Variations
Color information
#ECCF43 (or 0xECCF43) is known color: Festival. HEX triplet: EC, CF and 43. RGB value is (236,207,67). Sum of RGB (Red+Green+Blue) = 236+207+67=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF43 is #1330BC. Grayscale: #C8C8C8. Windows color (decimal): -1257661 or 4444140. OLE color: 4444140.
HSL color Cylindrical-coordinate representation of color #ECCF43: hue angle of 49.7º 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 #ECCF43 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 67 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 49.7º | 0.82% | 0.59% | - |
| HSV(B) | 49.7º | 0.72% | 0.93% | - |
| XYZ | 57.92 | 62.86 | 14.39 | - |
| YUV | 199.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 67 | 0 | 0.12 | 0.72 | 0.07 | 49.7 | 0.82 | 0.59 |
| Hex | EC | CF | 43 | 0 | C | 48 | 7 | 32 | 52 | 3B |
| Octal | 354 | 317 | 103 | 0 | 14 | 110 | 7 | 62 | 122 | 73 |
| Binary | 11101100 | 11001111 | 1000011 | 0 | 1100 | 1001000 | 111 | 110010 | 1010010 | 111011 |
Color Harmonies of #ECCF43
Complementary color
Monochromatic Colors of #ECCF43
Black with #ECCF43
Text Example
Text Example
White with #ECCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF43; }
p { color: rgb(236,207,67); }
H1.HeaderClassName
{
color: #ECCF43;
}
.AnyTagClassName
{
color: #ECCF43;
}
</style>
background-color css
<style>
a { background-color: #ECCF43; }
a { background-color: rgb(236,207,67); }
div.DivClassName
{
background-color: #ECCF43;
}
.BgClassName
{
background-color: #ECCF43;
}
</style>
border-color css
<style>
span { border-color: #ECCF43; }
span { border-color: rgb(236,207,67); }
td.TdClassName
{
border-color: #ECCF43;
}
.TagClassName
{
border-color: #ECCF43;
}
</style>