Shades of Golden Fizz #EFE42D
Tints of Golden Fizz #EFE42D
RGB
CMYK
RGB Variations
Color information
#EFE42D (or 0xEFE42D) is known color: Golden Fizz. HEX triplet: EF, E4 and 2D. RGB value is (239,228,45). Sum of RGB (Red+Green+Blue) = 239+228+45=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE42D is #101BD2. Grayscale: #D3D3D3. Windows color (decimal): -1055699 or 3007727. OLE color: 3007727.
HSL color Cylindrical-coordinate representation of color #EFE42D: hue angle of 56.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE42D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.06 |
| HSL | 56.6º | 0.86% | 0.56% | - |
| HSV(B) | 56.6º | 0.81% | 0.94% | - |
| XYZ | 63.81 | 74.03 | 13.41 | - |
| YUV | 210.43 | 34.64 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 45 | 0 | 0.05 | 0.81 | 0.06 | 56.6 | 0.86 | 0.56 |
| Hex | EF | E4 | 2D | 0 | 5 | 51 | 6 | 39 | 56 | 38 |
| Octal | 357 | 344 | 55 | 0 | 5 | 121 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100100 | 101101 | 0 | 101 | 1010001 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE42D
Complementary color
Monochromatic Colors of #EFE42D
Black with #EFE42D
Text Example
Text Example
White with #EFE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE42D; }
p { color: rgb(239,228,45); }
H1.HeaderClassName
{
color: #EFE42D;
}
.AnyTagClassName
{
color: #EFE42D;
}
</style>
background-color css
<style>
a { background-color: #EFE42D; }
a { background-color: rgb(239,228,45); }
div.DivClassName
{
background-color: #EFE42D;
}
.BgClassName
{
background-color: #EFE42D;
}
</style>
border-color css
<style>
span { border-color: #EFE42D; }
span { border-color: rgb(239,228,45); }
td.TdClassName
{
border-color: #EFE42D;
}
.TagClassName
{
border-color: #EFE42D;
}
</style>