Shades of Golden Fizz #EFD83E
Tints of Golden Fizz #EFD83E
RGB
CMYK
RGB Variations
Color information
#EFD83E (or 0xEFD83E) is known color: Golden Fizz. HEX triplet: EF, D8 and 3E. RGB value is (239,216,62). Sum of RGB (Red+Green+Blue) = 239+216+62=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD83E is #1027C1. Grayscale: #CDCDCD. Windows color (decimal): -1058754 or 4118767. OLE color: 4118767.
HSL color Cylindrical-coordinate representation of color #EFD83E: hue angle of 52.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFD83E is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 62 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.06 |
| HSL | 52.2º | 0.85% | 0.59% | - |
| HSV(B) | 52.2º | 0.74% | 0.94% | - |
| XYZ | 61.02 | 67.81 | 14.43 | - |
| YUV | 205.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 62 | 0 | 0.10 | 0.74 | 0.06 | 52.2 | 0.85 | 0.59 |
| Hex | EF | D8 | 3E | 0 | A | 4A | 6 | 34 | 55 | 3B |
| Octal | 357 | 330 | 76 | 0 | 12 | 112 | 6 | 64 | 125 | 73 |
| Binary | 11101111 | 11011000 | 111110 | 0 | 1010 | 1001010 | 110 | 110100 | 1010101 | 111011 |
Color Harmonies of #EFD83E
Complementary color
Monochromatic Colors of #EFD83E
Black with #EFD83E
Text Example
Text Example
White with #EFD83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD83E; }
p { color: rgb(239,216,62); }
H1.HeaderClassName
{
color: #EFD83E;
}
.AnyTagClassName
{
color: #EFD83E;
}
</style>
background-color css
<style>
a { background-color: #EFD83E; }
a { background-color: rgb(239,216,62); }
div.DivClassName
{
background-color: #EFD83E;
}
.BgClassName
{
background-color: #EFD83E;
}
</style>
border-color css
<style>
span { border-color: #EFD83E; }
span { border-color: rgb(239,216,62); }
td.TdClassName
{
border-color: #EFD83E;
}
.TagClassName
{
border-color: #EFD83E;
}
</style>