Html Css Color HEX #E5F228 Golden Fizz

📋 copy color: '#E5F228'

red 229 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #E5F228

Tints of Golden Fizz #E5F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.83%

R = 44.81%
G = 47.36%
B = 7.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E5F228 (or 0xE5F228) is known color: Golden Fizz. HEX triplet: E5, F2 and 28. RGB value is (229,242,40). Sum of RGB (Red+Green+Blue) = 229+242+40=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F228 is #1A0DD7. Grayscale: #D7D7D7. Windows color (decimal): -1707480 or 2683621. OLE color: 2683621.

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

Color convert

RGB 229 242 40 -
CMYK 0.05 0 0.83 0.05
HSL 63.86º 0.89% 0.55% -
HSV(B) 63.86º 0.83% 0.95% -
XYZ 64.45 80.32 14.11 -
YUV 215.09 29.19 137.93 -
System Red Green Blue C M Y K H S L
Decimal 229 242 40 0.05 0 0.83 0.05 63.86 0.89 0.55
Hex E5 F2 28 5 0 53 5 40 59 37
Octal 345 362 50 5 0 123 5 100 131 67
Binary 11100101 11110010 101000 101 0 1010011 101 1000000 1011001 110111

Color Harmonies of #E5F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F228

Black with #E5F228

Text Example


Text Example

White with #E5F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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