Html Css Color HEX #E4F122 Golden Fizz

📋 copy color: '#E4F122'

red 228 ◦ green 241 ◦ blue 34

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

Shades of Golden Fizz #E4F122

Tints of Golden Fizz #E4F122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

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

R = 45.33%
G = 47.91%
B = 6.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#E4F122 (or 0xE4F122) is known color: Golden Fizz. HEX triplet: E4, F1 and 22. RGB value is (228,241,34). Sum of RGB (Red+Green+Blue) = 228+241+34=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 34 (13.67% from 255 or 6.76% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F122 is #1B0EDD. Grayscale: #D6D6D6. Windows color (decimal): -1773278 or 2290148. OLE color: 2290148.

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

Color convert

RGB 228 241 34 -
CMYK 0.05 0 0.86 0.05
HSL 63.77º 0.88% 0.54% -
HSV(B) 63.77º 0.86% 0.95% -
XYZ 63.74 79.52 13.5 -
YUV 213.52 26.69 138.33 -
System Red Green Blue C M Y K H S L
Decimal 228 241 34 0.05 0 0.86 0.05 63.77 0.88 0.54
Hex E4 F1 22 5 0 56 5 40 58 36
Octal 344 361 42 5 0 126 5 100 130 66
Binary 11100100 11110001 100010 101 0 1010110 101 1000000 1011000 110110

Color Harmonies of #E4F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F122

Black with #E4F122

Text Example


Text Example

White with #E4F122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F122; }

 p { color: rgb(228,241,34); }

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

background-color css

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

 a { background-color: rgb(228,241,34); }

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

border-color css

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

 span { border-color: rgb(228,241,34); }

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