Shades of Golden Fizz #EFD730
Tints of Golden Fizz #EFD730
RGB
CMYK
RGB Variations
Color information
#EFD730 (or 0xEFD730) is known color: Golden Fizz. HEX triplet: EF, D7 and 30. RGB value is (239,215,48). Sum of RGB (Red+Green+Blue) = 239+215+48=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD730 is #1028CF. Grayscale: #CBCBCB. Windows color (decimal): -1059024 or 3201007. OLE color: 3201007.
HSL color Cylindrical-coordinate representation of color #EFD730: hue angle of 52.46º 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 #EFD730 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 48 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.06 |
| HSL | 52.46º | 0.86% | 0.56% | - |
| HSV(B) | 52.46º | 0.8% | 0.94% | - |
| XYZ | 60.43 | 67.17 | 12.58 | - |
| YUV | 203.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 48 | 0 | 0.10 | 0.80 | 0.06 | 52.46 | 0.86 | 0.56 |
| Hex | EF | D7 | 30 | 0 | A | 50 | 6 | 34 | 56 | 38 |
| Octal | 357 | 327 | 60 | 0 | 12 | 120 | 6 | 64 | 126 | 70 |
| Binary | 11101111 | 11010111 | 110000 | 0 | 1010 | 1010000 | 110 | 110100 | 1010110 | 111000 |
Color Harmonies of #EFD730
Complementary color
Monochromatic Colors of #EFD730
Black with #EFD730
Text Example
Text Example
White with #EFD730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD730; }
p { color: rgb(239,215,48); }
H1.HeaderClassName
{
color: #EFD730;
}
.AnyTagClassName
{
color: #EFD730;
}
</style>
background-color css
<style>
a { background-color: #EFD730; }
a { background-color: rgb(239,215,48); }
div.DivClassName
{
background-color: #EFD730;
}
.BgClassName
{
background-color: #EFD730;
}
</style>
border-color css
<style>
span { border-color: #EFD730; }
span { border-color: rgb(239,215,48); }
td.TdClassName
{
border-color: #EFD730;
}
.TagClassName
{
border-color: #EFD730;
}
</style>