Shades of Golden Fizz #EFE52A
Tints of Golden Fizz #EFE52A
RGB
CMYK
RGB Variations
Color information
#EFE52A (or 0xEFE52A) is known color: Golden Fizz. HEX triplet: EF, E5 and 2A. RGB value is (239,229,42). Sum of RGB (Red+Green+Blue) = 239+229+42=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52A is #101AD5. Grayscale: #D3D3D3. Windows color (decimal): -1055446 or 2811375. OLE color: 2811375.
HSL color Cylindrical-coordinate representation of color #EFE52A: hue angle of 56.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFE52A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.06 |
| HSL | 56.95º | 0.86% | 0.55% | - |
| HSV(B) | 56.95º | 0.82% | 0.94% | - |
| XYZ | 64.03 | 74.56 | 13.21 | - |
| YUV | 210.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 42 | 0 | 0.04 | 0.82 | 0.06 | 56.95 | 0.86 | 0.55 |
| Hex | EF | E5 | 2A | 0 | 4 | 52 | 6 | 39 | 56 | 37 |
| Octal | 357 | 345 | 52 | 0 | 4 | 122 | 6 | 71 | 126 | 67 |
| Binary | 11101111 | 11100101 | 101010 | 0 | 100 | 1010010 | 110 | 111001 | 1010110 | 110111 |
Color Harmonies of #EFE52A
Complementary color
Monochromatic Colors of #EFE52A
Black with #EFE52A
Text Example
Text Example
White with #EFE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE52A; }
p { color: rgb(239,229,42); }
H1.HeaderClassName
{
color: #EFE52A;
}
.AnyTagClassName
{
color: #EFE52A;
}
</style>
background-color css
<style>
a { background-color: #EFE52A; }
a { background-color: rgb(239,229,42); }
div.DivClassName
{
background-color: #EFE52A;
}
.BgClassName
{
background-color: #EFE52A;
}
</style>
border-color css
<style>
span { border-color: #EFE52A; }
span { border-color: rgb(239,229,42); }
td.TdClassName
{
border-color: #EFE52A;
}
.TagClassName
{
border-color: #EFE52A;
}
</style>