Shades of Golden Fizz #EFE629
Tints of Golden Fizz #EFE629
RGB
CMYK
RGB Variations
Color information
#EFE629 (or 0xEFE629) is known color: Golden Fizz. HEX triplet: EF, E6 and 29. RGB value is (239,230,41). Sum of RGB (Red+Green+Blue) = 239+230+41=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE629 is #1019D6. Grayscale: #D3D3D3. Windows color (decimal): -1055191 or 2746095. OLE color: 2746095.
HSL color Cylindrical-coordinate representation of color #EFE629: hue angle of 57.27º 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 #EFE629 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 41 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.06 |
| HSL | 57.27º | 0.86% | 0.55% | - |
| HSV(B) | 57.27º | 0.83% | 0.94% | - |
| XYZ | 64.29 | 75.1 | 13.21 | - |
| YUV | 211.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 41 | 0 | 0.04 | 0.83 | 0.06 | 57.27 | 0.86 | 0.55 |
| Hex | EF | E6 | 29 | 0 | 4 | 53 | 6 | 39 | 56 | 37 |
| Octal | 357 | 346 | 51 | 0 | 4 | 123 | 6 | 71 | 126 | 67 |
| Binary | 11101111 | 11100110 | 101001 | 0 | 100 | 1010011 | 110 | 111001 | 1010110 | 110111 |
Color Harmonies of #EFE629
Complementary color
Monochromatic Colors of #EFE629
Black with #EFE629
Text Example
Text Example
White with #EFE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE629; }
p { color: rgb(239,230,41); }
H1.HeaderClassName
{
color: #EFE629;
}
.AnyTagClassName
{
color: #EFE629;
}
</style>
background-color css
<style>
a { background-color: #EFE629; }
a { background-color: rgb(239,230,41); }
div.DivClassName
{
background-color: #EFE629;
}
.BgClassName
{
background-color: #EFE629;
}
</style>
border-color css
<style>
span { border-color: #EFE629; }
span { border-color: rgb(239,230,41); }
td.TdClassName
{
border-color: #EFE629;
}
.TagClassName
{
border-color: #EFE629;
}
</style>