Html Css Color HEX #E2EA2B Golden Fizz

📋 copy color: '#E2EA2B'

red 226 ◦ green 234 ◦ blue 43

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

Shades of Golden Fizz #E2EA2B

Tints of Golden Fizz #E2EA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.55%

R = 44.93%
G = 46.52%
B = 8.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#E2EA2B (or 0xE2EA2B) is known color: Golden Fizz. HEX triplet: E2, EA and 2B. RGB value is (226,234,43). Sum of RGB (Red+Green+Blue) = 226+234+43=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA2B is #1D15D4. Grayscale: #D2D2D2. Windows color (decimal): -1906133 or 2878178. OLE color: 2878178.

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

Color convert

RGB 226 234 43 -
CMYK 0.03 0 0.82 0.08
HSL 62.51º 0.82% 0.54% -
HSV(B) 62.51º 0.82% 0.92% -
XYZ 61.22 75.19 13.57 -
YUV 209.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 226 234 43 0.03 0 0.82 0.08 62.51 0.82 0.54
Hex E2 EA 2B 3 0 52 8 3F 52 36
Octal 342 352 53 3 0 122 10 77 122 66
Binary 11100010 11101010 101011 11 0 1010010 1000 111111 1010010 110110

Color Harmonies of #E2EA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EA2B

Black with #E2EA2B

Text Example


Text Example

White with #E2EA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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