Shades of Golden Fizz #EFE528
Tints of Golden Fizz #EFE528
RGB
CMYK
RGB Variations
Color information
#EFE528 (or 0xEFE528) is known color: Golden Fizz. HEX triplet: EF, E5 and 28. RGB value is (239,229,40). Sum of RGB (Red+Green+Blue) = 239+229+40=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE528 is #101AD7. Grayscale: #D3D3D3. Windows color (decimal): -1055448 or 2680303. OLE color: 2680303.
HSL color Cylindrical-coordinate representation of color #EFE528: hue angle of 56.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFE528 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 40 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.06 |
| HSL | 56.98º | 0.86% | 0.55% | - |
| HSV(B) | 56.98º | 0.83% | 0.94% | - |
| XYZ | 64 | 74.54 | 13.02 | - |
| YUV | 210.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 40 | 0 | 0.04 | 0.83 | 0.06 | 56.98 | 0.86 | 0.55 |
| Hex | EF | E5 | 28 | 0 | 4 | 53 | 6 | 39 | 56 | 37 |
| Octal | 357 | 345 | 50 | 0 | 4 | 123 | 6 | 71 | 126 | 67 |
| Binary | 11101111 | 11100101 | 101000 | 0 | 100 | 1010011 | 110 | 111001 | 1010110 | 110111 |
Color Harmonies of #EFE528
Complementary color
Monochromatic Colors of #EFE528
Black with #EFE528
Text Example
Text Example
White with #EFE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE528; }
p { color: rgb(239,229,40); }
H1.HeaderClassName
{
color: #EFE528;
}
.AnyTagClassName
{
color: #EFE528;
}
</style>
background-color css
<style>
a { background-color: #EFE528; }
a { background-color: rgb(239,229,40); }
div.DivClassName
{
background-color: #EFE528;
}
.BgClassName
{
background-color: #EFE528;
}
</style>
border-color css
<style>
span { border-color: #EFE528; }
span { border-color: rgb(239,229,40); }
td.TdClassName
{
border-color: #EFE528;
}
.TagClassName
{
border-color: #EFE528;
}
</style>