Html Css Color HEX #E2EA2E Golden Fizz

📋 copy color: '#E2EA2E'

red 226 ◦ green 234 ◦ blue 46

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

Shades of Golden Fizz #E2EA2E

Tints of Golden Fizz #E2EA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.25%

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

R = 44.66%
G = 46.25%
B = 9.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#E2EA2E (or 0xE2EA2E) is known color: Golden Fizz. HEX triplet: E2, EA and 2E. RGB value is (226,234,46). Sum of RGB (Red+Green+Blue) = 226+234+46=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA2E is #1D15D1. Grayscale: #D2D2D2. Windows color (decimal): -1906130 or 3074786. OLE color: 3074786.

HSL color Cylindrical-coordinate representation of color #E2EA2E: hue angle of 62.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2EA2E is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 234 46 -
CMYK 0.03 0 0.80 0.08
HSL 62.55º 0.82% 0.55% -
HSV(B) 62.55º 0.8% 0.92% -
XYZ 61.28 75.21 13.87 -
YUV 210.18 35.35 139.29 -
System Red Green Blue C M Y K H S L
Decimal 226 234 46 0.03 0 0.80 0.08 62.55 0.82 0.55
Hex E2 EA 2E 3 0 50 8 3F 52 37
Octal 342 352 56 3 0 120 10 77 122 67
Binary 11100010 11101010 101110 11 0 1010000 1000 111111 1010010 110111

Color Harmonies of #E2EA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EA2E

Black with #E2EA2E

Text Example


Text Example

White with #E2EA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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