Shades of Golden Fizz #EFE43C
Tints of Golden Fizz #EFE43C
RGB
CMYK
RGB Variations
Color information
#EFE43C (or 0xEFE43C) is known color: Golden Fizz. HEX triplet: EF, E4 and 3C. RGB value is (239,228,60). Sum of RGB (Red+Green+Blue) = 239+228+60=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE43C is #101BC3. Grayscale: #D4D4D4. Windows color (decimal): -1055684 or 3990767. OLE color: 3990767.
HSL color Cylindrical-coordinate representation of color #EFE43C: hue angle of 56.31º 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 #EFE43C is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 60 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.06 |
| HSL | 56.31º | 0.85% | 0.59% | - |
| HSV(B) | 56.31º | 0.75% | 0.94% | - |
| XYZ | 64.16 | 74.16 | 15.21 | - |
| YUV | 212.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 60 | 0 | 0.05 | 0.75 | 0.06 | 56.31 | 0.85 | 0.59 |
| Hex | EF | E4 | 3C | 0 | 5 | 4B | 6 | 38 | 55 | 3B |
| Octal | 357 | 344 | 74 | 0 | 5 | 113 | 6 | 70 | 125 | 73 |
| Binary | 11101111 | 11100100 | 111100 | 0 | 101 | 1001011 | 110 | 111000 | 1010101 | 111011 |
Color Harmonies of #EFE43C
Complementary color
Monochromatic Colors of #EFE43C
Black with #EFE43C
Text Example
Text Example
White with #EFE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE43C; }
p { color: rgb(239,228,60); }
H1.HeaderClassName
{
color: #EFE43C;
}
.AnyTagClassName
{
color: #EFE43C;
}
</style>
background-color css
<style>
a { background-color: #EFE43C; }
a { background-color: rgb(239,228,60); }
div.DivClassName
{
background-color: #EFE43C;
}
.BgClassName
{
background-color: #EFE43C;
}
</style>
border-color css
<style>
span { border-color: #EFE43C; }
span { border-color: rgb(239,228,60); }
td.TdClassName
{
border-color: #EFE43C;
}
.TagClassName
{
border-color: #EFE43C;
}
</style>