#E4F22A

Color #E4F22A Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E4F22A

Tints of Golden Fizz #E4F22A

Color information

#E4F22A (or 0xE4F22A) is unknown color: approx Golden Fizz. HEX triplet: E4, F2 and 2A. RGB value is (228,242,42). Sum of RGB (Red+Green+Blue) = 228+242+42=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F22A is #1B0DD5. Grayscale: #D7D7D7. Windows color (decimal): -1773014 or 2814692. OLE color: 2814692.

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

Color convert

RGB22824242-
CMYK0.0600.830.05
HSL64.2º88.5%55.69%-
HSV(B)64.2º82.64%94.9%-
XYZ64.1680.1714.28-
YUV215.0130.36137.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 42 (16.80% from 255) = 8.20%
R=44.53%
G=47.27%
B=8.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal228242420.0600.830.0564.288.555.69
HexE4F22A60535405838
Octal3443625260123510013070
Binary11100100111100101010101100101001110110000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F22A; }

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

 H1.HeaderClassName
 {
   color: #E4F22A;
 }
 .AnyTagClassName
 {
   color: #E4F22A;
 }
</style>
background-color css

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

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

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

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

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

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