Shades of Festival #EFC83F
Tints of Festival #EFC83F
RGB
CMYK
RGB Variations
Color information
#EFC83F (or 0xEFC83F) is known color: Festival. HEX triplet: EF, C8 and 3F. RGB value is (239,200,63). Sum of RGB (Red+Green+Blue) = 239+200+63=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC83F is #1037C0. Grayscale: #C4C4C4. Windows color (decimal): -1062849 or 4180207. OLE color: 4180207.
HSL color Cylindrical-coordinate representation of color #EFC83F: hue angle of 46.7º 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 #EFC83F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 63 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.06 |
| HSL | 46.7º | 0.85% | 0.59% | - |
| HSV(B) | 46.7º | 0.74% | 0.94% | - |
| XYZ | 57.15 | 60.02 | 13.28 | - |
| YUV | 196.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 63 | 0 | 0.16 | 0.74 | 0.06 | 46.7 | 0.85 | 0.59 |
| Hex | EF | C8 | 3F | 0 | 10 | 4A | 6 | 2F | 55 | 3B |
| Octal | 357 | 310 | 77 | 0 | 20 | 112 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001000 | 111111 | 0 | 10000 | 1001010 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC83F
Complementary color
Monochromatic Colors of #EFC83F
Black with #EFC83F
Text Example
Text Example
White with #EFC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC83F; }
p { color: rgb(239,200,63); }
H1.HeaderClassName
{
color: #EFC83F;
}
.AnyTagClassName
{
color: #EFC83F;
}
</style>
background-color css
<style>
a { background-color: #EFC83F; }
a { background-color: rgb(239,200,63); }
div.DivClassName
{
background-color: #EFC83F;
}
.BgClassName
{
background-color: #EFC83F;
}
</style>
border-color css
<style>
span { border-color: #EFC83F; }
span { border-color: rgb(239,200,63); }
td.TdClassName
{
border-color: #EFC83F;
}
.TagClassName
{
border-color: #EFC83F;
}
</style>