Html Css Color HEX #E4F228 Golden Fizz

📋 copy color: '#E4F228'

red 228 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #E4F228

Tints of Golden Fizz #E4F228

RGB

 RED value IS 228 (89.45% from 255) = 44.71%

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

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

R = 44.71%
G = 47.45%
B = 7.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E4F228 (or 0xE4F228) is known color: Golden Fizz. HEX triplet: E4, F2 and 28. RGB value is (228,242,40). Sum of RGB (Red+Green+Blue) = 228+242+40=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F228 is #1B0DD7. Grayscale: #D7D7D7. Windows color (decimal): -1773016 or 2683620. OLE color: 2683620.

HSL color Cylindrical-coordinate representation of color #E4F228: hue angle of 64.16º 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 #E4F228 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 242 40 -
CMYK 0.06 0 0.83 0.05
HSL 64.16º 0.89% 0.55% -
HSV(B) 64.16º 0.83% 0.95% -
XYZ 64.13 80.15 14.1 -
YUV 214.79 29.36 137.43 -
System Red Green Blue C M Y K H S L
Decimal 228 242 40 0.06 0 0.83 0.05 64.16 0.89 0.55
Hex E4 F2 28 6 0 53 5 40 59 37
Octal 344 362 50 6 0 123 5 100 131 67
Binary 11100100 11110010 101000 110 0 1010011 101 1000000 1011001 110111

Color Harmonies of #E4F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F228

Black with #E4F228

Text Example


Text Example

White with #E4F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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