Html Css Color HEX #E2EC1C Golden Fizz

📋 copy color: '#E2EC1C'

red 226 ◦ green 236 ◦ blue 28

#E2EC1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #E2EC1C

Tints of Golden Fizz #E2EC1C

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 value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#E2EC1C (or 0xE2EC1C) is known color: 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

RGB 226 236 28 -
CMYK 0.04 0 0.88 0.07
HSL 62.88º 0.85% 0.52% -
HSV(B) 62.88º 0.88% 0.93% -
XYZ 61.57 76.24 12.57 -
YUV 209.3 25.69 139.91 -
System Red Green Blue C M Y K H S L
Decimal 226 236 28 0.04 0 0.88 0.07 62.88 0.85 0.52
Hex E2 EC 1C 4 0 58 7 3F 55 34
Octal 342 354 34 4 0 130 7 77 125 64
Binary 11100010 11101100 11100 100 0 1011000 111 111111 1010101 110100

Color Harmonies of #E2EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EC1C

Black with #E2EC1C

Text Example


Text Example

White with #E2EC1C

Text Example


Text Example

HTML Codes & Css Web 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>