Shades of Golden Fizz #EFE331
Tints of Golden Fizz #EFE331
RGB
CMYK
RGB Variations
Color information
#EFE331 (or 0xEFE331) is known color: Golden Fizz. HEX triplet: EF, E3 and 31. RGB value is (239,227,49). Sum of RGB (Red+Green+Blue) = 239+227+49=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE331 is #101CCE. Grayscale: #D3D3D3. Windows color (decimal): -1055951 or 3269615. OLE color: 3269615.
HSL color Cylindrical-coordinate representation of color #EFE331: hue angle of 56.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFE331 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 49 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.06 |
| HSL | 56.21º | 0.86% | 0.56% | - |
| HSV(B) | 56.21º | 0.79% | 0.94% | - |
| XYZ | 63.62 | 73.51 | 13.74 | - |
| YUV | 210.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 49 | 0 | 0.05 | 0.79 | 0.06 | 56.21 | 0.86 | 0.56 |
| Hex | EF | E3 | 31 | 0 | 5 | 4F | 6 | 38 | 56 | 38 |
| Octal | 357 | 343 | 61 | 0 | 5 | 117 | 6 | 70 | 126 | 70 |
| Binary | 11101111 | 11100011 | 110001 | 0 | 101 | 1001111 | 110 | 111000 | 1010110 | 111000 |
Color Harmonies of #EFE331
Complementary color
Monochromatic Colors of #EFE331
Black with #EFE331
Text Example
Text Example
White with #EFE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE331; }
p { color: rgb(239,227,49); }
H1.HeaderClassName
{
color: #EFE331;
}
.AnyTagClassName
{
color: #EFE331;
}
</style>
background-color css
<style>
a { background-color: #EFE331; }
a { background-color: rgb(239,227,49); }
div.DivClassName
{
background-color: #EFE331;
}
.BgClassName
{
background-color: #EFE331;
}
</style>
border-color css
<style>
span { border-color: #EFE331; }
span { border-color: rgb(239,227,49); }
td.TdClassName
{
border-color: #EFE331;
}
.TagClassName
{
border-color: #EFE331;
}
</style>