Shades of Golden Fizz #EFE420
Tints of Golden Fizz #EFE420
RGB
CMYK
RGB Variations
Color information
#EFE420 (or 0xEFE420) is known color: Golden Fizz. HEX triplet: EF, E4 and 20. RGB value is (239,228,32). Sum of RGB (Red+Green+Blue) = 239+228+32=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE420 is #101BDF. Grayscale: #D1D1D1. Windows color (decimal): -1055712 or 2155759. OLE color: 2155759.
HSL color Cylindrical-coordinate representation of color #EFE420: hue angle of 56.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFE420 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.06 |
| HSL | 56.81º | 0.87% | 0.53% | - |
| HSV(B) | 56.81º | 0.87% | 0.94% | - |
| XYZ | 63.6 | 73.94 | 12.29 | - |
| YUV | 208.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 32 | 0 | 0.05 | 0.87 | 0.06 | 56.81 | 0.87 | 0.53 |
| Hex | EF | E4 | 20 | 0 | 5 | 57 | 6 | 39 | 57 | 35 |
| Octal | 357 | 344 | 40 | 0 | 5 | 127 | 6 | 71 | 127 | 65 |
| Binary | 11101111 | 11100100 | 100000 | 0 | 101 | 1010111 | 110 | 111001 | 1010111 | 110101 |
Color Harmonies of #EFE420
Complementary color
Monochromatic Colors of #EFE420
Black with #EFE420
Text Example
Text Example
White with #EFE420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE420; }
p { color: rgb(239,228,32); }
H1.HeaderClassName
{
color: #EFE420;
}
.AnyTagClassName
{
color: #EFE420;
}
</style>
background-color css
<style>
a { background-color: #EFE420; }
a { background-color: rgb(239,228,32); }
div.DivClassName
{
background-color: #EFE420;
}
.BgClassName
{
background-color: #EFE420;
}
</style>
border-color css
<style>
span { border-color: #EFE420; }
span { border-color: rgb(239,228,32); }
td.TdClassName
{
border-color: #EFE420;
}
.TagClassName
{
border-color: #EFE420;
}
</style>