Shades of Festival #EFCB51
Tints of Festival #EFCB51
RGB
CMYK
RGB Variations
Color information
#EFCB51 (or 0xEFCB51) is known color: Festival. HEX triplet: EF, CB and 51. RGB value is (239,203,81). Sum of RGB (Red+Green+Blue) = 239+203+81=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB51 is #1034AE. Grayscale: #C8C8C8. Windows color (decimal): -1062063 or 5360623. OLE color: 5360623.
HSL color Cylindrical-coordinate representation of color #EFCB51: hue angle of 46.33º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCB51 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 81 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.06 |
| HSL | 46.33º | 0.83% | 0.63% | - |
| HSV(B) | 46.33º | 0.66% | 0.94% | - |
| XYZ | 58.44 | 61.66 | 16.61 | - |
| YUV | 199.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 81 | 0 | 0.15 | 0.66 | 0.06 | 46.33 | 0.83 | 0.63 |
| Hex | EF | CB | 51 | 0 | F | 42 | 6 | 2E | 53 | 3F |
| Octal | 357 | 313 | 121 | 0 | 17 | 102 | 6 | 56 | 123 | 77 |
| Binary | 11101111 | 11001011 | 1010001 | 0 | 1111 | 1000010 | 110 | 101110 | 1010011 | 111111 |
Color Harmonies of #EFCB51
Complementary color
Monochromatic Colors of #EFCB51
Black with #EFCB51
Text Example
Text Example
White with #EFCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB51; }
p { color: rgb(239,203,81); }
H1.HeaderClassName
{
color: #EFCB51;
}
.AnyTagClassName
{
color: #EFCB51;
}
</style>
background-color css
<style>
a { background-color: #EFCB51; }
a { background-color: rgb(239,203,81); }
div.DivClassName
{
background-color: #EFCB51;
}
.BgClassName
{
background-color: #EFCB51;
}
</style>
border-color css
<style>
span { border-color: #EFCB51; }
span { border-color: rgb(239,203,81); }
td.TdClassName
{
border-color: #EFCB51;
}
.TagClassName
{
border-color: #EFCB51;
}
</style>