Shades of Festival #EFCE50
Tints of Festival #EFCE50
RGB
CMYK
RGB Variations
Color information
#EFCE50 (or 0xEFCE50) is known color: Festival. HEX triplet: EF, CE and 50. RGB value is (239,206,80). Sum of RGB (Red+Green+Blue) = 239+206+80=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE50 is #1031AF. Grayscale: #CACACA. Windows color (decimal): -1061296 or 5295855. OLE color: 5295855.
HSL color Cylindrical-coordinate representation of color #EFCE50: hue angle of 47.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFCE50 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 80 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.06 |
| HSL | 47.55º | 0.83% | 0.63% | - |
| HSV(B) | 47.55º | 0.67% | 0.94% | - |
| XYZ | 59.12 | 63.07 | 16.65 | - |
| YUV | 201.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 80 | 0 | 0.14 | 0.67 | 0.06 | 47.55 | 0.83 | 0.63 |
| Hex | EF | CE | 50 | 0 | E | 43 | 6 | 30 | 53 | 3F |
| Octal | 357 | 316 | 120 | 0 | 16 | 103 | 6 | 60 | 123 | 77 |
| Binary | 11101111 | 11001110 | 1010000 | 0 | 1110 | 1000011 | 110 | 110000 | 1010011 | 111111 |
Color Harmonies of #EFCE50
Complementary color
Monochromatic Colors of #EFCE50
Black with #EFCE50
Text Example
Text Example
White with #EFCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE50; }
p { color: rgb(239,206,80); }
H1.HeaderClassName
{
color: #EFCE50;
}
.AnyTagClassName
{
color: #EFCE50;
}
</style>
background-color css
<style>
a { background-color: #EFCE50; }
a { background-color: rgb(239,206,80); }
div.DivClassName
{
background-color: #EFCE50;
}
.BgClassName
{
background-color: #EFCE50;
}
</style>
border-color css
<style>
span { border-color: #EFCE50; }
span { border-color: rgb(239,206,80); }
td.TdClassName
{
border-color: #EFCE50;
}
.TagClassName
{
border-color: #EFCE50;
}
</style>