Shades of Golden Fizz #EFD43C
Tints of Golden Fizz #EFD43C
RGB
CMYK
RGB Variations
Color information
#EFD43C (or 0xEFD43C) is known color: Golden Fizz. HEX triplet: EF, D4 and 3C. RGB value is (239,212,60). Sum of RGB (Red+Green+Blue) = 239+212+60=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43C is #102BC3. Grayscale: #CBCBCB. Windows color (decimal): -1059780 or 3986671. OLE color: 3986671.
HSL color Cylindrical-coordinate representation of color #EFD43C: hue angle of 50.95º 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 #EFD43C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.06 |
| HSL | 50.95º | 0.85% | 0.59% | - |
| HSV(B) | 50.95º | 0.75% | 0.94% | - |
| XYZ | 59.96 | 65.76 | 13.81 | - |
| YUV | 202.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 60 | 0 | 0.11 | 0.75 | 0.06 | 50.95 | 0.85 | 0.59 |
| Hex | EF | D4 | 3C | 0 | B | 4B | 6 | 33 | 55 | 3B |
| Octal | 357 | 324 | 74 | 0 | 13 | 113 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010100 | 111100 | 0 | 1011 | 1001011 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD43C
Complementary color
Monochromatic Colors of #EFD43C
Black with #EFD43C
Text Example
Text Example
White with #EFD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD43C; }
p { color: rgb(239,212,60); }
H1.HeaderClassName
{
color: #EFD43C;
}
.AnyTagClassName
{
color: #EFD43C;
}
</style>
background-color css
<style>
a { background-color: #EFD43C; }
a { background-color: rgb(239,212,60); }
div.DivClassName
{
background-color: #EFD43C;
}
.BgClassName
{
background-color: #EFD43C;
}
</style>
border-color css
<style>
span { border-color: #EFD43C; }
span { border-color: rgb(239,212,60); }
td.TdClassName
{
border-color: #EFD43C;
}
.TagClassName
{
border-color: #EFD43C;
}
</style>