Shades of Golden Fizz #EFE33D
Tints of Golden Fizz #EFE33D
RGB
CMYK
RGB Variations
Color information
#EFE33D (or 0xEFE33D) is known color: Golden Fizz. HEX triplet: EF, E3 and 3D. RGB value is (239,227,61). Sum of RGB (Red+Green+Blue) = 239+227+61=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE33D is #101CC2. Grayscale: #D4D4D4. Windows color (decimal): -1055939 or 4056047. OLE color: 4056047.
HSL color Cylindrical-coordinate representation of color #EFE33D: hue angle of 55.96º 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 #EFE33D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 61 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.06 |
| HSL | 55.96º | 0.85% | 0.59% | - |
| HSV(B) | 55.96º | 0.74% | 0.94% | - |
| XYZ | 63.91 | 73.63 | 15.26 | - |
| YUV | 211.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 61 | 0 | 0.05 | 0.74 | 0.06 | 55.96 | 0.85 | 0.59 |
| Hex | EF | E3 | 3D | 0 | 5 | 4A | 6 | 38 | 55 | 3B |
| Octal | 357 | 343 | 75 | 0 | 5 | 112 | 6 | 70 | 125 | 73 |
| Binary | 11101111 | 11100011 | 111101 | 0 | 101 | 1001010 | 110 | 111000 | 1010101 | 111011 |
Color Harmonies of #EFE33D
Complementary color
Monochromatic Colors of #EFE33D
Black with #EFE33D
Text Example
Text Example
White with #EFE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE33D; }
p { color: rgb(239,227,61); }
H1.HeaderClassName
{
color: #EFE33D;
}
.AnyTagClassName
{
color: #EFE33D;
}
</style>
background-color css
<style>
a { background-color: #EFE33D; }
a { background-color: rgb(239,227,61); }
div.DivClassName
{
background-color: #EFE33D;
}
.BgClassName
{
background-color: #EFE33D;
}
</style>
border-color css
<style>
span { border-color: #EFE33D; }
span { border-color: rgb(239,227,61); }
td.TdClassName
{
border-color: #EFE33D;
}
.TagClassName
{
border-color: #EFE33D;
}
</style>