Shades of Golden Fizz #EFE03D
Tints of Golden Fizz #EFE03D
RGB
CMYK
RGB Variations
Color information
#EFE03D (or 0xEFE03D) is known color: Golden Fizz. HEX triplet: EF, E0 and 3D. RGB value is (239,224,61). Sum of RGB (Red+Green+Blue) = 239+224+61=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE03D is #101FC2. Grayscale: #D2D2D2. Windows color (decimal): -1056707 or 4055279. OLE color: 4055279.
HSL color Cylindrical-coordinate representation of color #EFE03D: hue angle of 54.94º 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 #EFE03D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 61 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.06 |
| HSL | 54.94º | 0.85% | 0.59% | - |
| HSV(B) | 54.94º | 0.74% | 0.94% | - |
| XYZ | 63.09 | 72 | 14.99 | - |
| YUV | 209.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 61 | 0 | 0.06 | 0.74 | 0.06 | 54.94 | 0.85 | 0.59 |
| Hex | EF | E0 | 3D | 0 | 6 | 4A | 6 | 37 | 55 | 3B |
| Octal | 357 | 340 | 75 | 0 | 6 | 112 | 6 | 67 | 125 | 73 |
| Binary | 11101111 | 11100000 | 111101 | 0 | 110 | 1001010 | 110 | 110111 | 1010101 | 111011 |
Color Harmonies of #EFE03D
Complementary color
Monochromatic Colors of #EFE03D
Black with #EFE03D
Text Example
Text Example
White with #EFE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE03D; }
p { color: rgb(239,224,61); }
H1.HeaderClassName
{
color: #EFE03D;
}
.AnyTagClassName
{
color: #EFE03D;
}
</style>
background-color css
<style>
a { background-color: #EFE03D; }
a { background-color: rgb(239,224,61); }
div.DivClassName
{
background-color: #EFE03D;
}
.BgClassName
{
background-color: #EFE03D;
}
</style>
border-color css
<style>
span { border-color: #EFE03D; }
span { border-color: rgb(239,224,61); }
td.TdClassName
{
border-color: #EFE03D;
}
.TagClassName
{
border-color: #EFE03D;
}
</style>