Html Css Color HEX #E2E424 Golden Fizz

📋 copy color: '#E2E424'

red 226 ◦ green 228 ◦ blue 36

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

Shades of Golden Fizz #E2E424

Tints of Golden Fizz #E2E424

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 36 (14.45% from 255) = 7.35%

R = 46.12%
G = 46.53%
B = 7.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2E424 (or 0xE2E424) is known color: Golden Fizz. HEX triplet: E2, E4 and 24. RGB value is (226,228,36). Sum of RGB (Red+Green+Blue) = 226+228+36=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E424 is #1D1BDB. Grayscale: #CECECE. Windows color (decimal): -1907676 or 2417890. OLE color: 2417890.

HSL color Cylindrical-coordinate representation of color #E2E424: hue angle of 60.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2E424 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 228 36 -
CMYK 0.01 0 0.84 0.11
HSL 60.63º 0.78% 0.52% -
HSV(B) 60.63º 0.84% 0.89% -
XYZ 59.43 71.78 12.39 -
YUV 205.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 226 228 36 0.01 0 0.84 0.11 60.63 0.78 0.52
Hex E2 E4 24 1 0 54 B 3D 4E 34
Octal 342 344 44 1 0 124 13 75 116 64
Binary 11100010 11100100 100100 1 0 1010100 1011 111101 1001110 110100

Color Harmonies of #E2E424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E424

Black with #E2E424

Text Example


Text Example

White with #E2E424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E424; }

 p { color: rgb(226,228,36); }

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

background-color css

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

 a { background-color: rgb(226,228,36); }

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

border-color css

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

 span { border-color: rgb(226,228,36); }

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