Html Css Color HEX #E2E21C Golden Fizz

📋 copy color: '#E2E21C'

red 226 ◦ green 226 ◦ blue 28

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

Shades of Golden Fizz #E2E21C

Tints of Golden Fizz #E2E21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.83%

R = 47.08%
G = 47.08%
B = 5.83%

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

#E2E21C (or 0xE2E21C) is known color: Golden Fizz. HEX triplet: E2, E2 and 1C. RGB value is (226,226,28). Sum of RGB (Red+Green+Blue) = 226+226+28=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E21C is #1D1DE3. Grayscale: #CCCCCC. Windows color (decimal): -1908196 or 1893090. OLE color: 1893090.

HSL color Cylindrical-coordinate representation of color #E2E21C: hue angle of 60º degrees, saturation: 0.78, 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 #E2E21C is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 226 28 -
CMYK 0 0 0.88 0.11
HSL 60º 0.78% 0.5% -
HSV(B) 60º 0.88% 0.89% -
XYZ 58.77 70.65 11.64 -
YUV 203.43 29 144.1 -
System Red Green Blue C M Y K H S L
Decimal 226 226 28 0 0 0.88 0.11 60 0.78 0.5
Hex E2 E2 1C 0 0 58 B 3C 4E 32
Octal 342 342 34 0 0 130 13 74 116 62
Binary 11100010 11100010 11100 0 0 1011000 1011 111100 1001110 110010

Color Harmonies of #E2E21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E21C

Black with #E2E21C

Text Example


Text Example

White with #E2E21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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