Shades of Golden Fizz #ECF635
Tints of Golden Fizz #ECF635
RGB
CMYK
RGB Variations
Color information
#ECF635 (or 0xECF635) is known color: Golden Fizz. HEX triplet: EC, F6 and 35. RGB value is (236,246,53). Sum of RGB (Red+Green+Blue) = 236+246+53=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF635 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF635 is #1309CA. Grayscale: #DDDDDD. Windows color (decimal): -1247691 or 3536620. OLE color: 3536620.
HSL color Cylindrical-coordinate representation of color #ECF635: hue angle of 63.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF635 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 53 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.04 |
| HSL | 63.11º | 0.91% | 0.59% | - |
| HSV(B) | 63.11º | 0.78% | 0.96% | - |
| XYZ | 68.19 | 84 | 15.99 | - |
| YUV | 221.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 53 | 0.04 | 0 | 0.78 | 0.04 | 63.11 | 0.91 | 0.59 |
| Hex | EC | F6 | 35 | 4 | 0 | 4E | 4 | 3F | 5B | 3B |
| Octal | 354 | 366 | 65 | 4 | 0 | 116 | 4 | 77 | 133 | 73 |
| Binary | 11101100 | 11110110 | 110101 | 100 | 0 | 1001110 | 100 | 111111 | 1011011 | 111011 |
Color Harmonies of #ECF635
Complementary color
Monochromatic Colors of #ECF635
Black with #ECF635
Text Example
Text Example
White with #ECF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF635; }
p { color: rgb(236,246,53); }
H1.HeaderClassName
{
color: #ECF635;
}
.AnyTagClassName
{
color: #ECF635;
}
</style>
background-color css
<style>
a { background-color: #ECF635; }
a { background-color: rgb(236,246,53); }
div.DivClassName
{
background-color: #ECF635;
}
.BgClassName
{
background-color: #ECF635;
}
</style>
border-color css
<style>
span { border-color: #ECF635; }
span { border-color: rgb(236,246,53); }
td.TdClassName
{
border-color: #ECF635;
}
.TagClassName
{
border-color: #ECF635;
}
</style>