Shades of Festival #EFD23C
Tints of Festival #EFD23C
RGB
CMYK
RGB Variations
Color information
#EFD23C (or 0xEFD23C) is known color: Festival. HEX triplet: EF, D2 and 3C. RGB value is (239,210,60). Sum of RGB (Red+Green+Blue) = 239+210+60=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD23C is #102DC3. Grayscale: #CACACA. Windows color (decimal): -1060292 or 3986159. OLE color: 3986159.
HSL color Cylindrical-coordinate representation of color #EFD23C: hue angle of 50.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFD23C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.06 |
| HSL | 50.28º | 0.85% | 0.59% | - |
| HSV(B) | 50.28º | 0.75% | 0.94% | - |
| XYZ | 59.46 | 64.77 | 13.64 | - |
| YUV | 201.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 60 | 0 | 0.12 | 0.75 | 0.06 | 50.28 | 0.85 | 0.59 |
| Hex | EF | D2 | 3C | 0 | C | 4B | 6 | 32 | 55 | 3B |
| Octal | 357 | 322 | 74 | 0 | 14 | 113 | 6 | 62 | 125 | 73 |
| Binary | 11101111 | 11010010 | 111100 | 0 | 1100 | 1001011 | 110 | 110010 | 1010101 | 111011 |
Color Harmonies of #EFD23C
Complementary color
Monochromatic Colors of #EFD23C
Black with #EFD23C
Text Example
Text Example
White with #EFD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD23C; }
p { color: rgb(239,210,60); }
H1.HeaderClassName
{
color: #EFD23C;
}
.AnyTagClassName
{
color: #EFD23C;
}
</style>
background-color css
<style>
a { background-color: #EFD23C; }
a { background-color: rgb(239,210,60); }
div.DivClassName
{
background-color: #EFD23C;
}
.BgClassName
{
background-color: #EFD23C;
}
</style>
border-color css
<style>
span { border-color: #EFD23C; }
span { border-color: rgb(239,210,60); }
td.TdClassName
{
border-color: #EFD23C;
}
.TagClassName
{
border-color: #EFD23C;
}
</style>