Shades of Festival #EFD43D
Tints of Festival #EFD43D
RGB
CMYK
RGB Variations
Color information
#EFD43D (or 0xEFD43D) is known color: Festival. HEX triplet: EF, D4 and 3D. RGB value is (239,212,61). Sum of RGB (Red+Green+Blue) = 239+212+61=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43D is #102BC2. Grayscale: #CBCBCB. Windows color (decimal): -1059779 or 4052207. OLE color: 4052207.
HSL color Cylindrical-coordinate representation of color #EFD43D: hue angle of 50.9º 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 #EFD43D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 61 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.06 |
| HSL | 50.9º | 0.85% | 0.59% | - |
| HSV(B) | 50.9º | 0.74% | 0.94% | - |
| XYZ | 59.98 | 65.77 | 13.95 | - |
| YUV | 202.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 61 | 0 | 0.11 | 0.74 | 0.06 | 50.9 | 0.85 | 0.59 |
| Hex | EF | D4 | 3D | 0 | B | 4A | 6 | 33 | 55 | 3B |
| Octal | 357 | 324 | 75 | 0 | 13 | 112 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010100 | 111101 | 0 | 1011 | 1001010 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD43D
Complementary color
Monochromatic Colors of #EFD43D
Black with #EFD43D
Text Example
Text Example
White with #EFD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD43D; }
p { color: rgb(239,212,61); }
H1.HeaderClassName
{
color: #EFD43D;
}
.AnyTagClassName
{
color: #EFD43D;
}
</style>
background-color css
<style>
a { background-color: #EFD43D; }
a { background-color: rgb(239,212,61); }
div.DivClassName
{
background-color: #EFD43D;
}
.BgClassName
{
background-color: #EFD43D;
}
</style>
border-color css
<style>
span { border-color: #EFD43D; }
span { border-color: rgb(239,212,61); }
td.TdClassName
{
border-color: #EFD43D;
}
.TagClassName
{
border-color: #EFD43D;
}
</style>