Shades of Golden Fizz #EFEA30
Tints of Golden Fizz #EFEA30
RGB
CMYK
RGB Variations
Color information
#EFEA30 (or 0xEFEA30) is known color: Golden Fizz. HEX triplet: EF, EA and 30. RGB value is (239,234,48). Sum of RGB (Red+Green+Blue) = 239+234+48=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA30 is #1015CF. Grayscale: #D7D7D7. Windows color (decimal): -1054160 or 3205871. OLE color: 3205871.
HSL color Cylindrical-coordinate representation of color #EFEA30: hue angle of 58.43º 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 #EFEA30 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 48 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.06 |
| HSL | 58.43º | 0.86% | 0.56% | - |
| HSV(B) | 58.43º | 0.8% | 0.94% | - |
| XYZ | 65.55 | 77.41 | 14.28 | - |
| YUV | 214.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 48 | 0 | 0.02 | 0.80 | 0.06 | 58.43 | 0.86 | 0.56 |
| Hex | EF | EA | 30 | 0 | 2 | 50 | 6 | 3A | 56 | 38 |
| Octal | 357 | 352 | 60 | 0 | 2 | 120 | 6 | 72 | 126 | 70 |
| Binary | 11101111 | 11101010 | 110000 | 0 | 10 | 1010000 | 110 | 111010 | 1010110 | 111000 |
Color Harmonies of #EFEA30
Complementary color
Monochromatic Colors of #EFEA30
Black with #EFEA30
Text Example
Text Example
White with #EFEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA30; }
p { color: rgb(239,234,48); }
H1.HeaderClassName
{
color: #EFEA30;
}
.AnyTagClassName
{
color: #EFEA30;
}
</style>
background-color css
<style>
a { background-color: #EFEA30; }
a { background-color: rgb(239,234,48); }
div.DivClassName
{
background-color: #EFEA30;
}
.BgClassName
{
background-color: #EFEA30;
}
</style>
border-color css
<style>
span { border-color: #EFEA30; }
span { border-color: rgb(239,234,48); }
td.TdClassName
{
border-color: #EFEA30;
}
.TagClassName
{
border-color: #EFEA30;
}
</style>