Shades of Golden Fizz #EFE428
Tints of Golden Fizz #EFE428
RGB
CMYK
RGB Variations
Color information
#EFE428 (or 0xEFE428) is known color: Golden Fizz. HEX triplet: EF, E4 and 28. RGB value is (239,228,40). Sum of RGB (Red+Green+Blue) = 239+228+40=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE428 is #101BD7. Grayscale: #D2D2D2. Windows color (decimal): -1055704 or 2680047. OLE color: 2680047.
HSL color Cylindrical-coordinate representation of color #EFE428: hue angle of 56.68º 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 #EFE428 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.06 |
| HSL | 56.68º | 0.86% | 0.55% | - |
| HSV(B) | 56.68º | 0.83% | 0.94% | - |
| XYZ | 63.72 | 73.99 | 12.93 | - |
| YUV | 209.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 40 | 0 | 0.05 | 0.83 | 0.06 | 56.68 | 0.86 | 0.55 |
| Hex | EF | E4 | 28 | 0 | 5 | 53 | 6 | 39 | 56 | 37 |
| Octal | 357 | 344 | 50 | 0 | 5 | 123 | 6 | 71 | 126 | 67 |
| Binary | 11101111 | 11100100 | 101000 | 0 | 101 | 1010011 | 110 | 111001 | 1010110 | 110111 |
Color Harmonies of #EFE428
Complementary color
Monochromatic Colors of #EFE428
Black with #EFE428
Text Example
Text Example
White with #EFE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE428; }
p { color: rgb(239,228,40); }
H1.HeaderClassName
{
color: #EFE428;
}
.AnyTagClassName
{
color: #EFE428;
}
</style>
background-color css
<style>
a { background-color: #EFE428; }
a { background-color: rgb(239,228,40); }
div.DivClassName
{
background-color: #EFE428;
}
.BgClassName
{
background-color: #EFE428;
}
</style>
border-color css
<style>
span { border-color: #EFE428; }
span { border-color: rgb(239,228,40); }
td.TdClassName
{
border-color: #EFE428;
}
.TagClassName
{
border-color: #EFE428;
}
</style>