Shades of Golden Fizz #ECF935
Tints of Golden Fizz #ECF935
RGB
CMYK
RGB Variations
Color information
#ECF935 (or 0xECF935) is known color: Golden Fizz. HEX triplet: EC, F9 and 35. RGB value is (236,249,53). Sum of RGB (Red+Green+Blue) = 236+249+53=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 53 (21.09% from 255 or 9.85% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF935 is #1306CA. Grayscale: #DFDFDF. Windows color (decimal): -1246923 or 3537388. OLE color: 3537388.
HSL color Cylindrical-coordinate representation of color #ECF935: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF935 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 53 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.02 |
| HSL | 63.98º | 0.94% | 0.59% | - |
| HSV(B) | 63.98º | 0.79% | 0.98% | - |
| XYZ | 69.11 | 85.84 | 16.29 | - |
| YUV | 222.77 | 32.19 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 53 | 0.05 | 0 | 0.79 | 0.02 | 63.98 | 0.94 | 0.59 |
| Hex | EC | F9 | 35 | 5 | 0 | 4F | 2 | 40 | 5E | 3B |
| Octal | 354 | 371 | 65 | 5 | 0 | 117 | 2 | 100 | 136 | 73 |
| Binary | 11101100 | 11111001 | 110101 | 101 | 0 | 1001111 | 10 | 1000000 | 1011110 | 111011 |
Color Harmonies of #ECF935
Complementary color
Monochromatic Colors of #ECF935
Black with #ECF935
Text Example
Text Example
White with #ECF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF935; }
p { color: rgb(236,249,53); }
H1.HeaderClassName
{
color: #ECF935;
}
.AnyTagClassName
{
color: #ECF935;
}
</style>
background-color css
<style>
a { background-color: #ECF935; }
a { background-color: rgb(236,249,53); }
div.DivClassName
{
background-color: #ECF935;
}
.BgClassName
{
background-color: #ECF935;
}
</style>
border-color css
<style>
span { border-color: #ECF935; }
span { border-color: rgb(236,249,53); }
td.TdClassName
{
border-color: #ECF935;
}
.TagClassName
{
border-color: #ECF935;
}
</style>