Html Css Color HEX #E2EA1A Golden Fizz

📋 copy color: '#E2EA1A'

red 226 ◦ green 234 ◦ blue 26

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

Shades of Golden Fizz #E2EA1A

Tints of Golden Fizz #E2EA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.35%

R = 46.5%
G = 48.15%
B = 5.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#E2EA1A (or 0xE2EA1A) is known color: Golden Fizz. HEX triplet: E2, EA and 1A. RGB value is (226,234,26). Sum of RGB (Red+Green+Blue) = 226+234+26=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA1A is #1D15E5. Grayscale: #D0D0D0. Windows color (decimal): -1906150 or 1764066. OLE color: 1764066.

HSL color Cylindrical-coordinate representation of color #E2EA1A: hue angle of 62.31º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2EA1A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 234 26 -
CMYK 0.03 0 0.89 0.08
HSL 62.31º 0.83% 0.51% -
HSV(B) 62.31º 0.89% 0.92% -
XYZ 60.97 75.09 12.26 -
YUV 207.9 25.35 140.91 -
System Red Green Blue C M Y K H S L
Decimal 226 234 26 0.03 0 0.89 0.08 62.31 0.83 0.51
Hex E2 EA 1A 3 0 59 8 3E 53 33
Octal 342 352 32 3 0 131 10 76 123 63
Binary 11100010 11101010 11010 11 0 1011001 1000 111110 1010011 110011

Color Harmonies of #E2EA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EA1A

Black with #E2EA1A

Text Example


Text Example

White with #E2EA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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