Shades of Golden Fizz #EFE329
Tints of Golden Fizz #EFE329
RGB
CMYK
RGB Variations
Color information
#EFE329 (or 0xEFE329) is known color: Golden Fizz. HEX triplet: EF, E3 and 29. RGB value is (239,227,41). Sum of RGB (Red+Green+Blue) = 239+227+41=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE329 is #101CD6. Grayscale: #D2D2D2. Windows color (decimal): -1055959 or 2745327. OLE color: 2745327.
HSL color Cylindrical-coordinate representation of color #EFE329: hue angle of 56.36º 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 #EFE329 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 41 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.06 |
| HSL | 56.36º | 0.86% | 0.55% | - |
| HSV(B) | 56.36º | 0.83% | 0.94% | - |
| XYZ | 63.47 | 73.45 | 12.93 | - |
| YUV | 209.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 41 | 0 | 0.05 | 0.83 | 0.06 | 56.36 | 0.86 | 0.55 |
| Hex | EF | E3 | 29 | 0 | 5 | 53 | 6 | 38 | 56 | 37 |
| Octal | 357 | 343 | 51 | 0 | 5 | 123 | 6 | 70 | 126 | 67 |
| Binary | 11101111 | 11100011 | 101001 | 0 | 101 | 1010011 | 110 | 111000 | 1010110 | 110111 |
Color Harmonies of #EFE329
Complementary color
Monochromatic Colors of #EFE329
Black with #EFE329
Text Example
Text Example
White with #EFE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE329; }
p { color: rgb(239,227,41); }
H1.HeaderClassName
{
color: #EFE329;
}
.AnyTagClassName
{
color: #EFE329;
}
</style>
background-color css
<style>
a { background-color: #EFE329; }
a { background-color: rgb(239,227,41); }
div.DivClassName
{
background-color: #EFE329;
}
.BgClassName
{
background-color: #EFE329;
}
</style>
border-color css
<style>
span { border-color: #EFE329; }
span { border-color: rgb(239,227,41); }
td.TdClassName
{
border-color: #EFE329;
}
.TagClassName
{
border-color: #EFE329;
}
</style>