Shades of Festival #EFCD51
Tints of Festival #EFCD51
RGB
CMYK
RGB Variations
Color information
#EFCD51 (or 0xEFCD51) is known color: Festival. HEX triplet: EF, CD and 51. RGB value is (239,205,81). Sum of RGB (Red+Green+Blue) = 239+205+81=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD51 is #1032AE. Grayscale: #C9C9C9. Windows color (decimal): -1061551 or 5361135. OLE color: 5361135.
HSL color Cylindrical-coordinate representation of color #EFCD51: hue angle of 47.09º 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 #EFCD51 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.06 |
| HSL | 47.09º | 0.83% | 0.63% | - |
| HSV(B) | 47.09º | 0.66% | 0.94% | - |
| XYZ | 58.91 | 62.61 | 16.76 | - |
| YUV | 201.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 81 | 0 | 0.14 | 0.66 | 0.06 | 47.09 | 0.83 | 0.63 |
| Hex | EF | CD | 51 | 0 | E | 42 | 6 | 2F | 53 | 3F |
| Octal | 357 | 315 | 121 | 0 | 16 | 102 | 6 | 57 | 123 | 77 |
| Binary | 11101111 | 11001101 | 1010001 | 0 | 1110 | 1000010 | 110 | 101111 | 1010011 | 111111 |
Color Harmonies of #EFCD51
Complementary color
Monochromatic Colors of #EFCD51
Black with #EFCD51
Text Example
Text Example
White with #EFCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD51; }
p { color: rgb(239,205,81); }
H1.HeaderClassName
{
color: #EFCD51;
}
.AnyTagClassName
{
color: #EFCD51;
}
</style>
background-color css
<style>
a { background-color: #EFCD51; }
a { background-color: rgb(239,205,81); }
div.DivClassName
{
background-color: #EFCD51;
}
.BgClassName
{
background-color: #EFCD51;
}
</style>
border-color css
<style>
span { border-color: #EFCD51; }
span { border-color: rgb(239,205,81); }
td.TdClassName
{
border-color: #EFCD51;
}
.TagClassName
{
border-color: #EFCD51;
}
</style>