#ECF034

Color #ECF034 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #ECF034

Tints of Golden Fizz #ECF034

Color information

#ECF034 (or 0xECF034) is unknown color: approx Golden Fizz. HEX triplet: EC, F0 and 34. RGB value is (236,240,52). Sum of RGB (Red+Green+Blue) = 236+240+52=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 52 (20.70% from 255 or 9.85% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF034 is #130FCB. Grayscale: #DADADA. Windows color (decimal): -1249228 or 3469548. OLE color: 3469548.

HSL color Cylindrical-coordinate representation of color #ECF034: hue angle of 61.28º degrees, saturation: 0.86, 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 #ECF034 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB23624052-
CMYK0.0200.780.06
HSL61.28º86.24%57.25%-
HSV(B)61.28º78.33%94.12%-
XYZ66.3780.415.27-
YUV217.3734.67141.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 240 (94.14% from 255) = 45.45%
BLUE value IS 52 (20.70% from 255) = 9.85%
R=44.70%
G=45.45%
B=9.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236240520.0200.780.0661.2886.2457.25
HexECF034204E63d5639
Octal354360642011667512671
Binary111011001111000011010010010011101101111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF034; }

 p { color: rgb(236,240,52); }

 H1.HeaderClassName
 {
   color: #ECF034;
 }
 .AnyTagClassName
 {
   color: #ECF034;
 }
</style>
background-color css

<style>
 a { background-color: #ECF034; }

 a { background-color: rgb(236,240,52); }

 div.DivClassName
 {
   background-color: #ECF034;
 }
 .BgClassName
 {
   background-color: #ECF034;
 }
</style>
border-color css

<style>
 span { border-color: #ECF034; }

 span { border-color: rgb(236,240,52); }

 td.TdClassName
 {
   border-color: #ECF034;
 }
 .TagClassName
 {
   border-color: #ECF034;
 }
</style>