Shades of Festival #EFCC3F
Tints of Festival #EFCC3F
RGB
CMYK
RGB Variations
Color information
#EFCC3F (or 0xEFCC3F) is known color: Festival. HEX triplet: EF, CC and 3F. RGB value is (239,204,63). Sum of RGB (Red+Green+Blue) = 239+204+63=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC3F is #1033C0. Grayscale: #C6C6C6. Windows color (decimal): -1061825 or 4181231. OLE color: 4181231.
HSL color Cylindrical-coordinate representation of color #EFCC3F: hue angle of 48.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFCC3F is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 63 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.06 |
| HSL | 48.07º | 0.85% | 0.59% | - |
| HSV(B) | 48.07º | 0.74% | 0.94% | - |
| XYZ | 58.09 | 61.9 | 13.59 | - |
| YUV | 198.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 63 | 0 | 0.15 | 0.74 | 0.06 | 48.07 | 0.85 | 0.59 |
| Hex | EF | CC | 3F | 0 | F | 4A | 6 | 30 | 55 | 3B |
| Octal | 357 | 314 | 77 | 0 | 17 | 112 | 6 | 60 | 125 | 73 |
| Binary | 11101111 | 11001100 | 111111 | 0 | 1111 | 1001010 | 110 | 110000 | 1010101 | 111011 |
Color Harmonies of #EFCC3F
Complementary color
Monochromatic Colors of #EFCC3F
Black with #EFCC3F
Text Example
Text Example
White with #EFCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC3F; }
p { color: rgb(239,204,63); }
H1.HeaderClassName
{
color: #EFCC3F;
}
.AnyTagClassName
{
color: #EFCC3F;
}
</style>
background-color css
<style>
a { background-color: #EFCC3F; }
a { background-color: rgb(239,204,63); }
div.DivClassName
{
background-color: #EFCC3F;
}
.BgClassName
{
background-color: #EFCC3F;
}
</style>
border-color css
<style>
span { border-color: #EFCC3F; }
span { border-color: rgb(239,204,63); }
td.TdClassName
{
border-color: #EFCC3F;
}
.TagClassName
{
border-color: #EFCC3F;
}
</style>