Shades of Golden Fizz #EFE33C
Tints of Golden Fizz #EFE33C
RGB
CMYK
RGB Variations
Color information
#EFE33C (or 0xEFE33C) is known color: Golden Fizz. HEX triplet: EF, E3 and 3C. RGB value is (239,227,60). Sum of RGB (Red+Green+Blue) = 239+227+60=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE33C is #101CC3. Grayscale: #D4D4D4. Windows color (decimal): -1055940 or 3990511. OLE color: 3990511.
HSL color Cylindrical-coordinate representation of color #EFE33C: hue angle of 55.98º 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 #EFE33C is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 60 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.06 |
| HSL | 55.98º | 0.85% | 0.59% | - |
| HSV(B) | 55.98º | 0.75% | 0.94% | - |
| XYZ | 63.88 | 73.62 | 15.12 | - |
| YUV | 211.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 60 | 0 | 0.05 | 0.75 | 0.06 | 55.98 | 0.85 | 0.59 |
| Hex | EF | E3 | 3C | 0 | 5 | 4B | 6 | 38 | 55 | 3B |
| Octal | 357 | 343 | 74 | 0 | 5 | 113 | 6 | 70 | 125 | 73 |
| Binary | 11101111 | 11100011 | 111100 | 0 | 101 | 1001011 | 110 | 111000 | 1010101 | 111011 |
Color Harmonies of #EFE33C
Complementary color
Monochromatic Colors of #EFE33C
Black with #EFE33C
Text Example
Text Example
White with #EFE33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE33C; }
p { color: rgb(239,227,60); }
H1.HeaderClassName
{
color: #EFE33C;
}
.AnyTagClassName
{
color: #EFE33C;
}
</style>
background-color css
<style>
a { background-color: #EFE33C; }
a { background-color: rgb(239,227,60); }
div.DivClassName
{
background-color: #EFE33C;
}
.BgClassName
{
background-color: #EFE33C;
}
</style>
border-color css
<style>
span { border-color: #EFE33C; }
span { border-color: rgb(239,227,60); }
td.TdClassName
{
border-color: #EFE33C;
}
.TagClassName
{
border-color: #EFE33C;
}
</style>