Shades of Golden Fizz #EFE62F
Tints of Golden Fizz #EFE62F
RGB
CMYK
RGB Variations
Color information
#EFE62F (or 0xEFE62F) is known color: Golden Fizz. HEX triplet: EF, E6 and 2F. RGB value is (239,230,47). Sum of RGB (Red+Green+Blue) = 239+230+47=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE62F is #1019D0. Grayscale: #D4D4D4. Windows color (decimal): -1055185 or 3139311. OLE color: 3139311.
HSL color Cylindrical-coordinate representation of color #EFE62F: hue angle of 57.19º 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 #EFE62F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.06 |
| HSL | 57.19º | 0.86% | 0.56% | - |
| HSV(B) | 57.19º | 0.8% | 0.94% | - |
| XYZ | 64.41 | 75.15 | 13.8 | - |
| YUV | 211.83 | 34.98 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 47 | 0 | 0.04 | 0.80 | 0.06 | 57.19 | 0.86 | 0.56 |
| Hex | EF | E6 | 2F | 0 | 4 | 50 | 6 | 39 | 56 | 38 |
| Octal | 357 | 346 | 57 | 0 | 4 | 120 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100110 | 101111 | 0 | 100 | 1010000 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE62F
Complementary color
Monochromatic Colors of #EFE62F
Black with #EFE62F
Text Example
Text Example
White with #EFE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE62F; }
p { color: rgb(239,230,47); }
H1.HeaderClassName
{
color: #EFE62F;
}
.AnyTagClassName
{
color: #EFE62F;
}
</style>
background-color css
<style>
a { background-color: #EFE62F; }
a { background-color: rgb(239,230,47); }
div.DivClassName
{
background-color: #EFE62F;
}
.BgClassName
{
background-color: #EFE62F;
}
</style>
border-color css
<style>
span { border-color: #EFE62F; }
span { border-color: rgb(239,230,47); }
td.TdClassName
{
border-color: #EFE62F;
}
.TagClassName
{
border-color: #EFE62F;
}
</style>