Html Css Color HEX #E2E21B Golden Fizz

📋 copy color: '#E2E21B'

red 226 ◦ green 226 ◦ blue 27

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

Shades of Golden Fizz #E2E21B

Tints of Golden Fizz #E2E21B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

 BLUE value IS 27 (10.94% from 255) = 5.64%

R = 47.18%
G = 47.18%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2E21B (or 0xE2E21B) is known color: Golden Fizz. HEX triplet: E2, E2 and 1B. RGB value is (226,226,27). Sum of RGB (Red+Green+Blue) = 226+226+27=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E21B is #1D1DE4. Grayscale: #CCCCCC. Windows color (decimal): -1908197 or 1827554. OLE color: 1827554.

HSL color Cylindrical-coordinate representation of color #E2E21B: hue angle of 60º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2E21B is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 226 27 -
CMYK 0 0 0.88 0.11
HSL 60º 0.79% 0.5% -
HSV(B) 60º 0.88% 0.89% -
XYZ 58.76 70.64 11.58 -
YUV 203.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 226 226 27 0 0 0.88 0.11 60 0.79 0.5
Hex E2 E2 1B 0 0 58 B 3C 4F 32
Octal 342 342 33 0 0 130 13 74 117 62
Binary 11100010 11100010 11011 0 0 1011000 1011 111100 1001111 110010

Color Harmonies of #E2E21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E21B

Black with #E2E21B

Text Example


Text Example

White with #E2E21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E21B; }

 p { color: rgb(226,226,27); }

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

background-color css

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

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

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

border-color css

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

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

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