#ECF12E

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

Shades of Golden Fizz #ECF12E

Tints of Golden Fizz #ECF12E

Color information

#ECF12E (or 0xECF12E) is unknown color: approx Golden Fizz. HEX triplet: EC, F1 and 2E. RGB value is (236,241,46). Sum of RGB (Red+Green+Blue) = 236+241+46=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF12E is #130ED1. Grayscale: #DADADA. Windows color (decimal): -1248978 or 3076588. OLE color: 3076588.

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

Color convert

RGB23624146-
CMYK0.0200.810.05
HSL61.54º87.44%56.27%-
HSV(B)61.54º80.91%94.51%-
XYZ66.5480.9414.7-
YUV217.2731.34141.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 46 (18.36% from 255) = 8.80%
R=45.12%
G=46.08%
B=8.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236241460.0200.810.0561.5487.4456.27
HexECF12E205153e5738
Octal354361562012157612770
Binary111011001111000110111010010100011011111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF12E; }

 p { color: rgb(236,241,46); }

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

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

 a { background-color: rgb(236,241,46); }

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

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

 span { border-color: rgb(236,241,46); }

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