Html Css Color HEX #E2E52E Golden Fizz

📋 copy color: '#E2E52E'

red 226 ◦ green 229 ◦ blue 46

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

Shades of Golden Fizz #E2E52E

Tints of Golden Fizz #E2E52E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 45.11%
G = 45.71%
B = 9.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E2E52E (or 0xE2E52E) is known color: Golden Fizz. HEX triplet: E2, E5 and 2E. RGB value is (226,229,46). Sum of RGB (Red+Green+Blue) = 226+229+46=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E52E is #1D1AD1. Grayscale: #CFCFCF. Windows color (decimal): -1907410 or 3073506. OLE color: 3073506.

HSL color Cylindrical-coordinate representation of color #E2E52E: hue angle of 60.98º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E52E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 46 -
CMYK 0.01 0 0.80 0.10
HSL 60.98º 0.78% 0.54% -
HSV(B) 60.98º 0.8% 0.9% -
XYZ 59.88 72.4 13.4 -
YUV 207.24 37.01 141.38 -
System Red Green Blue C M Y K H S L
Decimal 226 229 46 0.01 0 0.80 0.10 60.98 0.78 0.54
Hex E2 E5 2E 1 0 50 A 3D 4E 36
Octal 342 345 56 1 0 120 12 75 116 66
Binary 11100010 11100101 101110 1 0 1010000 1010 111101 1001110 110110

Color Harmonies of #E2E52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E52E

Black with #E2E52E

Text Example


Text Example

White with #E2E52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E52E; }

 p { color: rgb(226,229,46); }

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

background-color css

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

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

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

border-color css

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

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

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