Shades of Golden Fizz #EFD72D
Tints of Golden Fizz #EFD72D
RGB
CMYK
RGB Variations
Color information
#EFD72D (or 0xEFD72D) is known color: Golden Fizz. HEX triplet: EF, D7 and 2D. RGB value is (239,215,45). Sum of RGB (Red+Green+Blue) = 239+215+45=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD72D is #1028D2. Grayscale: #CBCBCB. Windows color (decimal): -1059027 or 3004399. OLE color: 3004399.
HSL color Cylindrical-coordinate representation of color #EFD72D: hue angle of 52.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD72D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 45 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.06 |
| HSL | 52.58º | 0.86% | 0.56% | - |
| HSV(B) | 52.58º | 0.81% | 0.94% | - |
| XYZ | 60.37 | 67.14 | 12.26 | - |
| YUV | 202.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 45 | 0 | 0.10 | 0.81 | 0.06 | 52.58 | 0.86 | 0.56 |
| Hex | EF | D7 | 2D | 0 | A | 51 | 6 | 35 | 56 | 38 |
| Octal | 357 | 327 | 55 | 0 | 12 | 121 | 6 | 65 | 126 | 70 |
| Binary | 11101111 | 11010111 | 101101 | 0 | 1010 | 1010001 | 110 | 110101 | 1010110 | 111000 |
Color Harmonies of #EFD72D
Complementary color
Monochromatic Colors of #EFD72D
Black with #EFD72D
Text Example
Text Example
White with #EFD72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD72D; }
p { color: rgb(239,215,45); }
H1.HeaderClassName
{
color: #EFD72D;
}
.AnyTagClassName
{
color: #EFD72D;
}
</style>
background-color css
<style>
a { background-color: #EFD72D; }
a { background-color: rgb(239,215,45); }
div.DivClassName
{
background-color: #EFD72D;
}
.BgClassName
{
background-color: #EFD72D;
}
</style>
border-color css
<style>
span { border-color: #EFD72D; }
span { border-color: rgb(239,215,45); }
td.TdClassName
{
border-color: #EFD72D;
}
.TagClassName
{
border-color: #EFD72D;
}
</style>