Shades of Golden Fizz #EFE52B
Tints of Golden Fizz #EFE52B
RGB
CMYK
RGB Variations
Color information
#EFE52B (or 0xEFE52B) is known color: Golden Fizz. HEX triplet: EF, E5 and 2B. RGB value is (239,229,43). Sum of RGB (Red+Green+Blue) = 239+229+43=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52B is #101AD4. Grayscale: #D3D3D3. Windows color (decimal): -1055445 or 2876911. OLE color: 2876911.
HSL color Cylindrical-coordinate representation of color #EFE52B: hue angle of 56.94º 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 #EFE52B is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 43 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.06 |
| HSL | 56.94º | 0.86% | 0.55% | - |
| HSV(B) | 56.94º | 0.82% | 0.94% | - |
| XYZ | 64.05 | 74.56 | 13.3 | - |
| YUV | 210.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 43 | 0 | 0.04 | 0.82 | 0.06 | 56.94 | 0.86 | 0.55 |
| Hex | EF | E5 | 2B | 0 | 4 | 52 | 6 | 39 | 56 | 37 |
| Octal | 357 | 345 | 53 | 0 | 4 | 122 | 6 | 71 | 126 | 67 |
| Binary | 11101111 | 11100101 | 101011 | 0 | 100 | 1010010 | 110 | 111001 | 1010110 | 110111 |
Color Harmonies of #EFE52B
Complementary color
Monochromatic Colors of #EFE52B
Black with #EFE52B
Text Example
Text Example
White with #EFE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE52B; }
p { color: rgb(239,229,43); }
H1.HeaderClassName
{
color: #EFE52B;
}
.AnyTagClassName
{
color: #EFE52B;
}
</style>
background-color css
<style>
a { background-color: #EFE52B; }
a { background-color: rgb(239,229,43); }
div.DivClassName
{
background-color: #EFE52B;
}
.BgClassName
{
background-color: #EFE52B;
}
</style>
border-color css
<style>
span { border-color: #EFE52B; }
span { border-color: rgb(239,229,43); }
td.TdClassName
{
border-color: #EFE52B;
}
.TagClassName
{
border-color: #EFE52B;
}
</style>