Shades of Festival #EFD24C
Tints of Festival #EFD24C
RGB
CMYK
RGB Variations
Color information
#EFD24C (or 0xEFD24C) is known color: Festival. HEX triplet: EF, D2 and 4C. RGB value is (239,210,76). Sum of RGB (Red+Green+Blue) = 239+210+76=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD24C is #102DB3. Grayscale: #CBCBCB. Windows color (decimal): -1060276 or 5034735. OLE color: 5034735.
HSL color Cylindrical-coordinate representation of color #EFD24C: hue angle of 49.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFD24C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 76 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.06 |
| HSL | 49.33º | 0.84% | 0.62% | - |
| HSV(B) | 49.33º | 0.68% | 0.94% | - |
| XYZ | 59.95 | 64.97 | 16.22 | - |
| YUV | 203.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 76 | 0 | 0.12 | 0.68 | 0.06 | 49.33 | 0.84 | 0.62 |
| Hex | EF | D2 | 4C | 0 | C | 44 | 6 | 31 | 54 | 3E |
| Octal | 357 | 322 | 114 | 0 | 14 | 104 | 6 | 61 | 124 | 76 |
| Binary | 11101111 | 11010010 | 1001100 | 0 | 1100 | 1000100 | 110 | 110001 | 1010100 | 111110 |
Color Harmonies of #EFD24C
Complementary color
Monochromatic Colors of #EFD24C
Black with #EFD24C
Text Example
Text Example
White with #EFD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD24C; }
p { color: rgb(239,210,76); }
H1.HeaderClassName
{
color: #EFD24C;
}
.AnyTagClassName
{
color: #EFD24C;
}
</style>
background-color css
<style>
a { background-color: #EFD24C; }
a { background-color: rgb(239,210,76); }
div.DivClassName
{
background-color: #EFD24C;
}
.BgClassName
{
background-color: #EFD24C;
}
</style>
border-color css
<style>
span { border-color: #EFD24C; }
span { border-color: rgb(239,210,76); }
td.TdClassName
{
border-color: #EFD24C;
}
.TagClassName
{
border-color: #EFD24C;
}
</style>