Shades of Golden Fizz #EFE52D
Tints of Golden Fizz #EFE52D
RGB
CMYK
RGB Variations
Color information
#EFE52D (or 0xEFE52D) is known color: Golden Fizz. HEX triplet: EF, E5 and 2D. RGB value is (239,229,45). Sum of RGB (Red+Green+Blue) = 239+229+45=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52D is #101AD2. Grayscale: #D3D3D3. Windows color (decimal): -1055443 or 3007983. OLE color: 3007983.
HSL color Cylindrical-coordinate representation of color #EFE52D: hue angle of 56.91º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE52D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 45 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.06 |
| HSL | 56.91º | 0.86% | 0.56% | - |
| HSV(B) | 56.91º | 0.81% | 0.94% | - |
| XYZ | 64.09 | 74.58 | 13.5 | - |
| YUV | 211.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 45 | 0 | 0.04 | 0.81 | 0.06 | 56.91 | 0.86 | 0.56 |
| Hex | EF | E5 | 2D | 0 | 4 | 51 | 6 | 39 | 56 | 38 |
| Octal | 357 | 345 | 55 | 0 | 4 | 121 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100101 | 101101 | 0 | 100 | 1010001 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE52D
Complementary color
Monochromatic Colors of #EFE52D
Black with #EFE52D
Text Example
Text Example
White with #EFE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE52D; }
p { color: rgb(239,229,45); }
H1.HeaderClassName
{
color: #EFE52D;
}
.AnyTagClassName
{
color: #EFE52D;
}
</style>
background-color css
<style>
a { background-color: #EFE52D; }
a { background-color: rgb(239,229,45); }
div.DivClassName
{
background-color: #EFE52D;
}
.BgClassName
{
background-color: #EFE52D;
}
</style>
border-color css
<style>
span { border-color: #EFE52D; }
span { border-color: rgb(239,229,45); }
td.TdClassName
{
border-color: #EFE52D;
}
.TagClassName
{
border-color: #EFE52D;
}
</style>