Shades of Festival #EFCE43
Tints of Festival #EFCE43
RGB
CMYK
RGB Variations
Color information
#EFCE43 (or 0xEFCE43) is known color: Festival. HEX triplet: EF, CE and 43. RGB value is (239,206,67). Sum of RGB (Red+Green+Blue) = 239+206+67=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE43 is #1031BC. Grayscale: #C8C8C8. Windows color (decimal): -1061309 or 4443887. OLE color: 4443887.
HSL color Cylindrical-coordinate representation of color #EFCE43: hue angle of 48.49º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFCE43 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 67 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.06 |
| HSL | 48.49º | 0.84% | 0.6% | - |
| HSV(B) | 48.49º | 0.72% | 0.94% | - |
| XYZ | 58.68 | 62.9 | 14.36 | - |
| YUV | 200.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 67 | 0 | 0.14 | 0.72 | 0.06 | 48.49 | 0.84 | 0.6 |
| Hex | EF | CE | 43 | 0 | E | 48 | 6 | 30 | 54 | 3C |
| Octal | 357 | 316 | 103 | 0 | 16 | 110 | 6 | 60 | 124 | 74 |
| Binary | 11101111 | 11001110 | 1000011 | 0 | 1110 | 1001000 | 110 | 110000 | 1010100 | 111100 |
Color Harmonies of #EFCE43
Complementary color
Monochromatic Colors of #EFCE43
Black with #EFCE43
Text Example
Text Example
White with #EFCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE43; }
p { color: rgb(239,206,67); }
H1.HeaderClassName
{
color: #EFCE43;
}
.AnyTagClassName
{
color: #EFCE43;
}
</style>
background-color css
<style>
a { background-color: #EFCE43; }
a { background-color: rgb(239,206,67); }
div.DivClassName
{
background-color: #EFCE43;
}
.BgClassName
{
background-color: #EFCE43;
}
</style>
border-color css
<style>
span { border-color: #EFCE43; }
span { border-color: rgb(239,206,67); }
td.TdClassName
{
border-color: #EFCE43;
}
.TagClassName
{
border-color: #EFCE43;
}
</style>