#E2EC1C

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

Shades of Golden Fizz #E2EC1C

Tints of Golden Fizz #E2EC1C

Color information

#E2EC1C (or 0xE2EC1C) is unknown color: approx Golden Fizz. HEX triplet: E2, EC and 1C. RGB value is (226,236,28). Sum of RGB (Red+Green+Blue) = 226+236+28=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC1C is #1D13E3. Grayscale: #D2D2D2. Windows color (decimal): -1905636 or 1895650. OLE color: 1895650.

HSL color Cylindrical-coordinate representation of color #E2EC1C: hue angle of 62.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2EC1C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB22623628-
CMYK0.0400.880.07
HSL62.88º84.55%51.76%-
HSV(B)62.88º88.14%92.55%-
XYZ61.5776.2412.57-
YUV209.325.69139.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.12%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 28 (11.33% from 255) = 5.71%
R=46.12%
G=48.16%
B=5.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226236280.0400.880.0762.8884.5551.76
HexE2EC1C405873f5534
Octal342354344013077712564
Binary111000101110110011100100010110001111111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EC1C; }

 p { color: rgb(226,236,28); }

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

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

 a { background-color: rgb(226,236,28); }

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

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

 span { border-color: rgb(226,236,28); }

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