Html Css Color HEX #E2E120 Golden Fizz

📋 copy color: '#E2E120'

red 226 ◦ green 225 ◦ blue 32

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

Shades of Golden Fizz #E2E120

Tints of Golden Fizz #E2E120

RGB

 RED value IS 226 (88.67% from 255) = 46.79%

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 32 (12.89% from 255) = 6.63%

R = 46.79%
G = 46.58%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2E120 (or 0xE2E120) is known color: Golden Fizz. HEX triplet: E2, E1 and 20. RGB value is (226,225,32). Sum of RGB (Red+Green+Blue) = 226+225+32=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E120 is #1D1EDF. Grayscale: #CCCCCC. Windows color (decimal): -1908448 or 2154978. OLE color: 2154978.

HSL color Cylindrical-coordinate representation of color #E2E120: hue angle of 59.69º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2E120 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 225 32 -
CMYK 0 0.00 0.86 0.11
HSL 59.69º 0.77% 0.51% -
HSV(B) 59.69º 0.86% 0.89% -
XYZ 58.55 70.12 11.82 -
YUV 203.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 226 225 32 0 0.00 0.86 0.11 59.69 0.77 0.51
Hex E2 E1 20 0 0 56 B 3C 4D 33
Octal 342 341 40 0 0 126 13 74 115 63
Binary 11100010 11100001 100000 0 0 1010110 1011 111100 1001101 110011

Color Harmonies of #E2E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E120

Black with #E2E120

Text Example


Text Example

White with #E2E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E120; }

 p { color: rgb(226,225,32); }

 H1.HeaderClassName
 {
   color: #E2E120;
 }
 .AnyTagClassName
 {
   color: #E2E120;
 }
</style>

background-color css

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

 a { background-color: rgb(226,225,32); }

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

border-color css

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

 span { border-color: rgb(226,225,32); }

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