Shades of Festival #EFCB41
Tints of Festival #EFCB41
RGB
CMYK
RGB Variations
Color information
#EFCB41 (or 0xEFCB41) is known color: Festival. HEX triplet: EF, CB and 41. RGB value is (239,203,65). Sum of RGB (Red+Green+Blue) = 239+203+65=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB41 is #1034BE. Grayscale: #C6C6C6. Windows color (decimal): -1062079 or 4312047. OLE color: 4312047.
HSL color Cylindrical-coordinate representation of color #EFCB41: hue angle of 47.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFCB41 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 65 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.06 |
| HSL | 47.59º | 0.84% | 0.6% | - |
| HSV(B) | 47.59º | 0.73% | 0.94% | - |
| XYZ | 57.91 | 61.44 | 13.81 | - |
| YUV | 198.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 65 | 0 | 0.15 | 0.73 | 0.06 | 47.59 | 0.84 | 0.6 |
| Hex | EF | CB | 41 | 0 | F | 49 | 6 | 30 | 54 | 3C |
| Octal | 357 | 313 | 101 | 0 | 17 | 111 | 6 | 60 | 124 | 74 |
| Binary | 11101111 | 11001011 | 1000001 | 0 | 1111 | 1001001 | 110 | 110000 | 1010100 | 111100 |
Color Harmonies of #EFCB41
Complementary color
Monochromatic Colors of #EFCB41
Black with #EFCB41
Text Example
Text Example
White with #EFCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB41; }
p { color: rgb(239,203,65); }
H1.HeaderClassName
{
color: #EFCB41;
}
.AnyTagClassName
{
color: #EFCB41;
}
</style>
background-color css
<style>
a { background-color: #EFCB41; }
a { background-color: rgb(239,203,65); }
div.DivClassName
{
background-color: #EFCB41;
}
.BgClassName
{
background-color: #EFCB41;
}
</style>
border-color css
<style>
span { border-color: #EFCB41; }
span { border-color: rgb(239,203,65); }
td.TdClassName
{
border-color: #EFCB41;
}
.TagClassName
{
border-color: #EFCB41;
}
</style>