Shades of Golden Fizz #EFED3C
Tints of Golden Fizz #EFED3C
RGB
CMYK
RGB Variations
Color information
#EFED3C (or 0xEFED3C) is known color: Golden Fizz. HEX triplet: EF, ED and 3C. RGB value is (239,237,60). Sum of RGB (Red+Green+Blue) = 239+237+60=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 60 (23.83% from 255 or 11.19% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED3C is #1012C3. Grayscale: #DADADA. Windows color (decimal): -1053380 or 3993071. OLE color: 3993071.
HSL color Cylindrical-coordinate representation of color #EFED3C: hue angle of 59.33º 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 #EFED3C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 60 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.06 |
| HSL | 59.33º | 0.85% | 0.59% | - |
| HSV(B) | 59.33º | 0.75% | 0.94% | - |
| XYZ | 66.7 | 79.25 | 16.06 | - |
| YUV | 217.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 60 | 0 | 0.01 | 0.75 | 0.06 | 59.33 | 0.85 | 0.59 |
| Hex | EF | ED | 3C | 0 | 1 | 4B | 6 | 3B | 55 | 3B |
| Octal | 357 | 355 | 74 | 0 | 1 | 113 | 6 | 73 | 125 | 73 |
| Binary | 11101111 | 11101101 | 111100 | 0 | 1 | 1001011 | 110 | 111011 | 1010101 | 111011 |
Color Harmonies of #EFED3C
Complementary color
Monochromatic Colors of #EFED3C
Black with #EFED3C
Text Example
Text Example
White with #EFED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED3C; }
p { color: rgb(239,237,60); }
H1.HeaderClassName
{
color: #EFED3C;
}
.AnyTagClassName
{
color: #EFED3C;
}
</style>
background-color css
<style>
a { background-color: #EFED3C; }
a { background-color: rgb(239,237,60); }
div.DivClassName
{
background-color: #EFED3C;
}
.BgClassName
{
background-color: #EFED3C;
}
</style>
border-color css
<style>
span { border-color: #EFED3C; }
span { border-color: rgb(239,237,60); }
td.TdClassName
{
border-color: #EFED3C;
}
.TagClassName
{
border-color: #EFED3C;
}
</style>