#ECF232

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

Shades of Golden Fizz #ECF232

Tints of Golden Fizz #ECF232

Color information

#ECF232 (or 0xECF232) is unknown color: approx Golden Fizz. HEX triplet: EC, F2 and 32. RGB value is (236,242,50). Sum of RGB (Red+Green+Blue) = 236+242+50=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF232 is #130DCD. Grayscale: #DBDBDB. Windows color (decimal): -1248718 or 3338988. OLE color: 3338988.

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

Color convert

RGB23624250-
CMYK0.0200.790.05
HSL61.88º88.07%57.25%-
HSV(B)61.88º79.34%94.9%-
XYZ66.9281.5715.23-
YUV218.3233.01140.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 50 (19.92% from 255) = 9.47%
R=44.70%
G=45.83%
B=9.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236242500.0200.790.0561.8888.0757.25
HexECF232204F53e5839
Octal354362622011757613071
Binary111011001111001011001010010011111011111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF232; }

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

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

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

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

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

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

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

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