Shades of Festival #EFD546
Tints of Festival #EFD546
RGB
CMYK
RGB Variations
Color information
#EFD546 (or 0xEFD546) is known color: Festival. HEX triplet: EF, D5 and 46. RGB value is (239,213,70). Sum of RGB (Red+Green+Blue) = 239+213+70=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD546 is #102AB9. Grayscale: #CDCDCD. Windows color (decimal): -1059514 or 4642287. OLE color: 4642287.
HSL color Cylindrical-coordinate representation of color #EFD546: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFD546 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 70 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.06 |
| HSL | 50.77º | 0.84% | 0.61% | - |
| HSV(B) | 50.77º | 0.71% | 0.94% | - |
| XYZ | 60.5 | 66.38 | 15.42 | - |
| YUV | 204.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 70 | 0 | 0.11 | 0.71 | 0.06 | 50.77 | 0.84 | 0.61 |
| Hex | EF | D5 | 46 | 0 | B | 47 | 6 | 33 | 54 | 3D |
| Octal | 357 | 325 | 106 | 0 | 13 | 107 | 6 | 63 | 124 | 75 |
| Binary | 11101111 | 11010101 | 1000110 | 0 | 1011 | 1000111 | 110 | 110011 | 1010100 | 111101 |
Color Harmonies of #EFD546
Complementary color
Monochromatic Colors of #EFD546
Black with #EFD546
Text Example
Text Example
White with #EFD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD546; }
p { color: rgb(239,213,70); }
H1.HeaderClassName
{
color: #EFD546;
}
.AnyTagClassName
{
color: #EFD546;
}
</style>
background-color css
<style>
a { background-color: #EFD546; }
a { background-color: rgb(239,213,70); }
div.DivClassName
{
background-color: #EFD546;
}
.BgClassName
{
background-color: #EFD546;
}
</style>
border-color css
<style>
span { border-color: #EFD546; }
span { border-color: rgb(239,213,70); }
td.TdClassName
{
border-color: #EFD546;
}
.TagClassName
{
border-color: #EFD546;
}
</style>