Shades of Golden Fizz #EFE72F
Tints of Golden Fizz #EFE72F
RGB
CMYK
RGB Variations
Color information
#EFE72F (or 0xEFE72F) is known color: Golden Fizz. HEX triplet: EF, E7 and 2F. RGB value is (239,231,47). Sum of RGB (Red+Green+Blue) = 239+231+47=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE72F is #1018D0. Grayscale: #D5D5D5. Windows color (decimal): -1054929 or 3139567. OLE color: 3139567.
HSL color Cylindrical-coordinate representation of color #EFE72F: hue angle of 57.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE72F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 47 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.06 |
| HSL | 57.5º | 0.86% | 0.56% | - |
| HSV(B) | 57.5º | 0.8% | 0.94% | - |
| XYZ | 64.69 | 75.71 | 13.89 | - |
| YUV | 212.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 47 | 0 | 0.03 | 0.80 | 0.06 | 57.5 | 0.86 | 0.56 |
| Hex | EF | E7 | 2F | 0 | 3 | 50 | 6 | 3A | 56 | 38 |
| Octal | 357 | 347 | 57 | 0 | 3 | 120 | 6 | 72 | 126 | 70 |
| Binary | 11101111 | 11100111 | 101111 | 0 | 11 | 1010000 | 110 | 111010 | 1010110 | 111000 |
Color Harmonies of #EFE72F
Complementary color
Monochromatic Colors of #EFE72F
Black with #EFE72F
Text Example
Text Example
White with #EFE72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE72F; }
p { color: rgb(239,231,47); }
H1.HeaderClassName
{
color: #EFE72F;
}
.AnyTagClassName
{
color: #EFE72F;
}
</style>
background-color css
<style>
a { background-color: #EFE72F; }
a { background-color: rgb(239,231,47); }
div.DivClassName
{
background-color: #EFE72F;
}
.BgClassName
{
background-color: #EFE72F;
}
</style>
border-color css
<style>
span { border-color: #EFE72F; }
span { border-color: rgb(239,231,47); }
td.TdClassName
{
border-color: #EFE72F;
}
.TagClassName
{
border-color: #EFE72F;
}
</style>