Shades of Golden Fizz #EFD735
Tints of Golden Fizz #EFD735
RGB
CMYK
RGB Variations
Color information
#EFD735 (or 0xEFD735) is known color: Golden Fizz. HEX triplet: EF, D7 and 35. RGB value is (239,215,53). Sum of RGB (Red+Green+Blue) = 239+215+53=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD735 is #1028CA. Grayscale: #CCCCCC. Windows color (decimal): -1059019 or 3528687. OLE color: 3528687.
HSL color Cylindrical-coordinate representation of color #EFD735: hue angle of 52.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFD735 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 53 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.06 |
| HSL | 52.26º | 0.85% | 0.57% | - |
| HSV(B) | 52.26º | 0.78% | 0.94% | - |
| XYZ | 60.54 | 67.21 | 13.15 | - |
| YUV | 203.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 53 | 0 | 0.10 | 0.78 | 0.06 | 52.26 | 0.85 | 0.57 |
| Hex | EF | D7 | 35 | 0 | A | 4E | 6 | 34 | 55 | 39 |
| Octal | 357 | 327 | 65 | 0 | 12 | 116 | 6 | 64 | 125 | 71 |
| Binary | 11101111 | 11010111 | 110101 | 0 | 1010 | 1001110 | 110 | 110100 | 1010101 | 111001 |
Color Harmonies of #EFD735
Complementary color
Monochromatic Colors of #EFD735
Black with #EFD735
Text Example
Text Example
White with #EFD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD735; }
p { color: rgb(239,215,53); }
H1.HeaderClassName
{
color: #EFD735;
}
.AnyTagClassName
{
color: #EFD735;
}
</style>
background-color css
<style>
a { background-color: #EFD735; }
a { background-color: rgb(239,215,53); }
div.DivClassName
{
background-color: #EFD735;
}
.BgClassName
{
background-color: #EFD735;
}
</style>
border-color css
<style>
span { border-color: #EFD735; }
span { border-color: rgb(239,215,53); }
td.TdClassName
{
border-color: #EFD735;
}
.TagClassName
{
border-color: #EFD735;
}
</style>