Shades of Golden Fizz #EFE330
Tints of Golden Fizz #EFE330
RGB
CMYK
RGB Variations
Color information
#EFE330 (or 0xEFE330) is known color: Golden Fizz. HEX triplet: EF, E3 and 30. RGB value is (239,227,48). Sum of RGB (Red+Green+Blue) = 239+227+48=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE330 is #101CCF. Grayscale: #D2D2D2. Windows color (decimal): -1055952 or 3204079. OLE color: 3204079.
HSL color Cylindrical-coordinate representation of color #EFE330: hue angle of 56.23º 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 #EFE330 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 48 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.06 |
| HSL | 56.23º | 0.86% | 0.56% | - |
| HSV(B) | 56.23º | 0.8% | 0.94% | - |
| XYZ | 63.6 | 73.5 | 13.63 | - |
| YUV | 210.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 48 | 0 | 0.05 | 0.80 | 0.06 | 56.23 | 0.86 | 0.56 |
| Hex | EF | E3 | 30 | 0 | 5 | 50 | 6 | 38 | 56 | 38 |
| Octal | 357 | 343 | 60 | 0 | 5 | 120 | 6 | 70 | 126 | 70 |
| Binary | 11101111 | 11100011 | 110000 | 0 | 101 | 1010000 | 110 | 111000 | 1010110 | 111000 |
Color Harmonies of #EFE330
Complementary color
Monochromatic Colors of #EFE330
Black with #EFE330
Text Example
Text Example
White with #EFE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE330; }
p { color: rgb(239,227,48); }
H1.HeaderClassName
{
color: #EFE330;
}
.AnyTagClassName
{
color: #EFE330;
}
</style>
background-color css
<style>
a { background-color: #EFE330; }
a { background-color: rgb(239,227,48); }
div.DivClassName
{
background-color: #EFE330;
}
.BgClassName
{
background-color: #EFE330;
}
</style>
border-color css
<style>
span { border-color: #EFE330; }
span { border-color: rgb(239,227,48); }
td.TdClassName
{
border-color: #EFE330;
}
.TagClassName
{
border-color: #EFE330;
}
</style>