Html Css Color HEX #E5ED22 Golden Fizz

📋 copy color: '#E5ED22'

red 229 ◦ green 237 ◦ blue 34

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

Shades of Golden Fizz #E5ED22

Tints of Golden Fizz #E5ED22

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

 BLUE value IS 34 (13.67% from 255) = 6.8%

R = 45.8%
G = 47.4%
B = 6.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#E5ED22 (or 0xE5ED22) is known color: Golden Fizz. HEX triplet: E5, ED and 22. RGB value is (229,237,34). Sum of RGB (Red+Green+Blue) = 229+237+34=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5ED22 is #1A12DD. Grayscale: #D4D4D4. Windows color (decimal): -1708766 or 2289125. OLE color: 2289125.

HSL color Cylindrical-coordinate representation of color #E5ED22: hue angle of 62.36º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5ED22 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 34 -
CMYK 0.03 0 0.86 0.07
HSL 62.36º 0.85% 0.53% -
HSV(B) 62.36º 0.86% 0.93% -
XYZ 62.89 77.34 13.13 -
YUV 211.47 27.85 140.51 -
System Red Green Blue C M Y K H S L
Decimal 229 237 34 0.03 0 0.86 0.07 62.36 0.85 0.53
Hex E5 ED 22 3 0 56 7 3E 55 35
Octal 345 355 42 3 0 126 7 76 125 65
Binary 11100101 11101101 100010 11 0 1010110 111 111110 1010101 110101

Color Harmonies of #E5ED22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED22

Black with #E5ED22

Text Example


Text Example

White with #E5ED22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED22; }

 p { color: rgb(229,237,34); }

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

background-color css

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

 a { background-color: rgb(229,237,34); }

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

border-color css

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

 span { border-color: rgb(229,237,34); }

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