Html Css Color HEX #E5EA2E Golden Fizz

📋 copy color: '#E5EA2E'

red 229 ◦ green 234 ◦ blue 46

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

Shades of Golden Fizz #E5EA2E

Tints of Golden Fizz #E5EA2E

RGB

 RED value IS 229 (89.84% from 255) = 44.99%

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

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

R = 44.99%
G = 45.97%
B = 9.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#E5EA2E (or 0xE5EA2E) is known color: Golden Fizz. HEX triplet: E5, EA and 2E. RGB value is (229,234,46). Sum of RGB (Red+Green+Blue) = 229+234+46=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA2E is #1A15D1. Grayscale: #D3D3D3. Windows color (decimal): -1709522 or 3074789. OLE color: 3074789.

HSL color Cylindrical-coordinate representation of color #E5EA2E: hue angle of 61.6º 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 #E5EA2E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 234 46 -
CMYK 0.02 0 0.80 0.08
HSL 61.6º 0.82% 0.55% -
HSV(B) 61.6º 0.8% 0.92% -
XYZ 62.23 75.7 13.92 -
YUV 211.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 229 234 46 0.02 0 0.80 0.08 61.6 0.82 0.55
Hex E5 EA 2E 2 0 50 8 3E 52 37
Octal 345 352 56 2 0 120 10 76 122 67
Binary 11100101 11101010 101110 10 0 1010000 1000 111110 1010010 110111

Color Harmonies of #E5EA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EA2E

Black with #E5EA2E

Text Example


Text Example

White with #E5EA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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