Shades of Golden Fizz #EFE130
Tints of Golden Fizz #EFE130
RGB
CMYK
RGB Variations
Color information
#EFE130 (or 0xEFE130) is known color: Golden Fizz. HEX triplet: EF, E1 and 30. RGB value is (239,225,48). Sum of RGB (Red+Green+Blue) = 239+225+48=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE130 is #101ECF. Grayscale: #D1D1D1. Windows color (decimal): -1056464 or 3203567. OLE color: 3203567.
HSL color Cylindrical-coordinate representation of color #EFE130: hue angle of 55.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE130 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 48 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.06 |
| HSL | 55.6º | 0.86% | 0.56% | - |
| HSV(B) | 55.6º | 0.8% | 0.94% | - |
| XYZ | 63.06 | 72.41 | 13.45 | - |
| YUV | 209.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 48 | 0 | 0.06 | 0.80 | 0.06 | 55.6 | 0.86 | 0.56 |
| Hex | EF | E1 | 30 | 0 | 6 | 50 | 6 | 38 | 56 | 38 |
| Octal | 357 | 341 | 60 | 0 | 6 | 120 | 6 | 70 | 126 | 70 |
| Binary | 11101111 | 11100001 | 110000 | 0 | 110 | 1010000 | 110 | 111000 | 1010110 | 111000 |
Color Harmonies of #EFE130
Complementary color
Monochromatic Colors of #EFE130
Black with #EFE130
Text Example
Text Example
White with #EFE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE130; }
p { color: rgb(239,225,48); }
H1.HeaderClassName
{
color: #EFE130;
}
.AnyTagClassName
{
color: #EFE130;
}
</style>
background-color css
<style>
a { background-color: #EFE130; }
a { background-color: rgb(239,225,48); }
div.DivClassName
{
background-color: #EFE130;
}
.BgClassName
{
background-color: #EFE130;
}
</style>
border-color css
<style>
span { border-color: #EFE130; }
span { border-color: rgb(239,225,48); }
td.TdClassName
{
border-color: #EFE130;
}
.TagClassName
{
border-color: #EFE130;
}
</style>