Html Css Color HEX #E2EA1E Golden Fizz

📋 copy color: '#E2EA1E'

red 226 ◦ green 234 ◦ blue 30

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

Shades of Golden Fizz #E2EA1E

Tints of Golden Fizz #E2EA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.12%

R = 46.12%
G = 47.76%
B = 6.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#E2EA1E (or 0xE2EA1E) is known color: Golden Fizz. HEX triplet: E2, EA and 1E. RGB value is (226,234,30). Sum of RGB (Red+Green+Blue) = 226+234+30=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA1E is #1D15E1. Grayscale: #D1D1D1. Windows color (decimal): -1906146 or 2026210. OLE color: 2026210.

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

Color convert

RGB 226 234 30 -
CMYK 0.03 0 0.87 0.08
HSL 62.35º 0.83% 0.52% -
HSV(B) 62.35º 0.87% 0.92% -
XYZ 61.02 75.11 12.51 -
YUV 208.35 27.35 140.59 -
System Red Green Blue C M Y K H S L
Decimal 226 234 30 0.03 0 0.87 0.08 62.35 0.83 0.52
Hex E2 EA 1E 3 0 57 8 3E 53 34
Octal 342 352 36 3 0 127 10 76 123 64
Binary 11100010 11101010 11110 11 0 1010111 1000 111110 1010011 110100

Color Harmonies of #E2EA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EA1E

Black with #E2EA1E

Text Example


Text Example

White with #E2EA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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