Shades of Festival #EFC93D
Tints of Festival #EFC93D
RGB
CMYK
RGB Variations
Color information
#EFC93D (or 0xEFC93D) is known color: Festival. HEX triplet: EF, C9 and 3D. RGB value is (239,201,61). Sum of RGB (Red+Green+Blue) = 239+201+61=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93D is #1036C2. Grayscale: #C5C5C5. Windows color (decimal): -1062595 or 4049391. OLE color: 4049391.
HSL color Cylindrical-coordinate representation of color #EFC93D: hue angle of 47.19º 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 #EFC93D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.06 |
| HSL | 47.19º | 0.85% | 0.59% | - |
| HSV(B) | 47.19º | 0.74% | 0.94% | - |
| XYZ | 57.33 | 60.46 | 13.06 | - |
| YUV | 196.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 61 | 0 | 0.16 | 0.74 | 0.06 | 47.19 | 0.85 | 0.59 |
| Hex | EF | C9 | 3D | 0 | 10 | 4A | 6 | 2F | 55 | 3B |
| Octal | 357 | 311 | 75 | 0 | 20 | 112 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001001 | 111101 | 0 | 10000 | 1001010 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC93D
Complementary color
Monochromatic Colors of #EFC93D
Black with #EFC93D
Text Example
Text Example
White with #EFC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC93D; }
p { color: rgb(239,201,61); }
H1.HeaderClassName
{
color: #EFC93D;
}
.AnyTagClassName
{
color: #EFC93D;
}
</style>
background-color css
<style>
a { background-color: #EFC93D; }
a { background-color: rgb(239,201,61); }
div.DivClassName
{
background-color: #EFC93D;
}
.BgClassName
{
background-color: #EFC93D;
}
</style>
border-color css
<style>
span { border-color: #EFC93D; }
span { border-color: rgb(239,201,61); }
td.TdClassName
{
border-color: #EFC93D;
}
.TagClassName
{
border-color: #EFC93D;
}
</style>