Shades of Golden Fizz #EFED30
Tints of Golden Fizz #EFED30
RGB
CMYK
RGB Variations
Color information
#EFED30 (or 0xEFED30) is known color: Golden Fizz. HEX triplet: EF, ED and 30. RGB value is (239,237,48). Sum of RGB (Red+Green+Blue) = 239+237+48=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED30 is #1012CF. Grayscale: #D8D8D8. Windows color (decimal): -1053392 or 3206639. OLE color: 3206639.
HSL color Cylindrical-coordinate representation of color #EFED30: hue angle of 59.37º 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 #EFED30 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 48 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.06 |
| HSL | 59.37º | 0.86% | 0.56% | - |
| HSV(B) | 59.37º | 0.8% | 0.94% | - |
| XYZ | 66.41 | 79.13 | 14.57 | - |
| YUV | 216.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 48 | 0 | 0.01 | 0.80 | 0.06 | 59.37 | 0.86 | 0.56 |
| Hex | EF | ED | 30 | 0 | 1 | 50 | 6 | 3B | 56 | 38 |
| Octal | 357 | 355 | 60 | 0 | 1 | 120 | 6 | 73 | 126 | 70 |
| Binary | 11101111 | 11101101 | 110000 | 0 | 1 | 1010000 | 110 | 111011 | 1010110 | 111000 |
Color Harmonies of #EFED30
Complementary color
Monochromatic Colors of #EFED30
Black with #EFED30
Text Example
Text Example
White with #EFED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED30; }
p { color: rgb(239,237,48); }
H1.HeaderClassName
{
color: #EFED30;
}
.AnyTagClassName
{
color: #EFED30;
}
</style>
background-color css
<style>
a { background-color: #EFED30; }
a { background-color: rgb(239,237,48); }
div.DivClassName
{
background-color: #EFED30;
}
.BgClassName
{
background-color: #EFED30;
}
</style>
border-color css
<style>
span { border-color: #EFED30; }
span { border-color: rgb(239,237,48); }
td.TdClassName
{
border-color: #EFED30;
}
.TagClassName
{
border-color: #EFED30;
}
</style>