Shades of Golden Fizz #EFDF1E
Tints of Golden Fizz #EFDF1E
RGB
CMYK
RGB Variations
Color information
#EFDF1E (or 0xEFDF1E) is known color: Golden Fizz. HEX triplet: EF, DF and 1E. RGB value is (239,223,30). Sum of RGB (Red+Green+Blue) = 239+223+30=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF1E is #1020E1. Grayscale: #CECECE. Windows color (decimal): -1056994 or 2023407. OLE color: 2023407.
HSL color Cylindrical-coordinate representation of color #EFDF1E: hue angle of 55.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFDF1E is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 30 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.06 |
| HSL | 55.41º | 0.87% | 0.53% | - |
| HSV(B) | 55.41º | 0.87% | 0.94% | - |
| XYZ | 62.22 | 71.22 | 11.7 | - |
| YUV | 205.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 30 | 0 | 0.07 | 0.87 | 0.06 | 55.41 | 0.87 | 0.53 |
| Hex | EF | DF | 1E | 0 | 7 | 57 | 6 | 37 | 57 | 35 |
| Octal | 357 | 337 | 36 | 0 | 7 | 127 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011111 | 11110 | 0 | 111 | 1010111 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDF1E
Complementary color
Monochromatic Colors of #EFDF1E
Black with #EFDF1E
Text Example
Text Example
White with #EFDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF1E; }
p { color: rgb(239,223,30); }
H1.HeaderClassName
{
color: #EFDF1E;
}
.AnyTagClassName
{
color: #EFDF1E;
}
</style>
background-color css
<style>
a { background-color: #EFDF1E; }
a { background-color: rgb(239,223,30); }
div.DivClassName
{
background-color: #EFDF1E;
}
.BgClassName
{
background-color: #EFDF1E;
}
</style>
border-color css
<style>
span { border-color: #EFDF1E; }
span { border-color: rgb(239,223,30); }
td.TdClassName
{
border-color: #EFDF1E;
}
.TagClassName
{
border-color: #EFDF1E;
}
</style>