Shades of Golden Fizz #EFD83C
Tints of Golden Fizz #EFD83C
RGB
CMYK
RGB Variations
Color information
#EFD83C (or 0xEFD83C) is known color: Golden Fizz. HEX triplet: EF, D8 and 3C. RGB value is (239,216,60). Sum of RGB (Red+Green+Blue) = 239+216+60=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD83C is #1027C3. Grayscale: #CDCDCD. Windows color (decimal): -1058756 or 3987695. OLE color: 3987695.
HSL color Cylindrical-coordinate representation of color #EFD83C: hue angle of 52.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFD83C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 60 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.06 |
| HSL | 52.29º | 0.85% | 0.59% | - |
| HSV(B) | 52.29º | 0.75% | 0.94% | - |
| XYZ | 60.97 | 67.79 | 14.15 | - |
| YUV | 205.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 60 | 0 | 0.10 | 0.75 | 0.06 | 52.29 | 0.85 | 0.59 |
| Hex | EF | D8 | 3C | 0 | A | 4B | 6 | 34 | 55 | 3B |
| Octal | 357 | 330 | 74 | 0 | 12 | 113 | 6 | 64 | 125 | 73 |
| Binary | 11101111 | 11011000 | 111100 | 0 | 1010 | 1001011 | 110 | 110100 | 1010101 | 111011 |
Color Harmonies of #EFD83C
Complementary color
Monochromatic Colors of #EFD83C
Black with #EFD83C
Text Example
Text Example
White with #EFD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD83C; }
p { color: rgb(239,216,60); }
H1.HeaderClassName
{
color: #EFD83C;
}
.AnyTagClassName
{
color: #EFD83C;
}
</style>
background-color css
<style>
a { background-color: #EFD83C; }
a { background-color: rgb(239,216,60); }
div.DivClassName
{
background-color: #EFD83C;
}
.BgClassName
{
background-color: #EFD83C;
}
</style>
border-color css
<style>
span { border-color: #EFD83C; }
span { border-color: rgb(239,216,60); }
td.TdClassName
{
border-color: #EFD83C;
}
.TagClassName
{
border-color: #EFD83C;
}
</style>