#ECF225

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

Shades of Golden Fizz #ECF225

Tints of Golden Fizz #ECF225

Color information

#ECF225 (or 0xECF225) is unknown color: approx Golden Fizz. HEX triplet: EC, F2 and 25. RGB value is (236,242,37). Sum of RGB (Red+Green+Blue) = 236+242+37=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF225 is #130DDA. Grayscale: #D9D9D9. Windows color (decimal): -1248731 or 2487020. OLE color: 2487020.

HSL color Cylindrical-coordinate representation of color #ECF225: hue angle of 61.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF225 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB23624237-
CMYK0.0200.850.05
HSL61.76º88.74%54.71%-
HSV(B)61.76º84.71%94.9%-
XYZ66.6881.4713.96-
YUV216.8426.51141.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 37 (14.84% from 255) = 7.18%
R=45.83%
G=46.99%
B=7.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236242370.0200.850.0561.7688.7454.71
HexECF225205553e5937
Octal354362452012557613167
Binary111011001111001010010110010101011011111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF225; }

 p { color: rgb(236,242,37); }

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

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

 a { background-color: rgb(236,242,37); }

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

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

 span { border-color: rgb(236,242,37); }

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