Html Css Color HEX #E5F225 Golden Fizz

📋 copy color: '#E5F225'

red 229 ◦ green 242 ◦ blue 37

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

Shades of Golden Fizz #E5F225

Tints of Golden Fizz #E5F225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.64%

 BLUE value IS 37 (14.84% from 255) = 7.28%

R = 45.08%
G = 47.64%
B = 7.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#E5F225 (or 0xE5F225) is known color: Golden Fizz. HEX triplet: E5, F2 and 25. RGB value is (229,242,37). Sum of RGB (Red+Green+Blue) = 229+242+37=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F225 is #1A0DDA. Grayscale: #D7D7D7. Windows color (decimal): -1707483 or 2487013. OLE color: 2487013.

HSL color Cylindrical-coordinate representation of color #E5F225: hue angle of 63.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5F225 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 242 37 -
CMYK 0.05 0 0.85 0.05
HSL 63.8º 0.89% 0.55% -
HSV(B) 63.8º 0.85% 0.95% -
XYZ 64.4 80.3 13.85 -
YUV 214.74 27.69 138.17 -
System Red Green Blue C M Y K H S L
Decimal 229 242 37 0.05 0 0.85 0.05 63.8 0.89 0.55
Hex E5 F2 25 5 0 55 5 40 59 37
Octal 345 362 45 5 0 125 5 100 131 67
Binary 11100101 11110010 100101 101 0 1010101 101 1000000 1011001 110111

Color Harmonies of #E5F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F225

Black with #E5F225

Text Example


Text Example

White with #E5F225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F225; }

 p { color: rgb(229,242,37); }

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

background-color css

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

 a { background-color: rgb(229,242,37); }

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

border-color css

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

 span { border-color: rgb(229,242,37); }

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