Html Css Color HEX #E2E628 Golden Fizz

📋 copy color: '#E2E628'

red 226 ◦ green 230 ◦ blue 40

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

Shades of Golden Fizz #E2E628

Tints of Golden Fizz #E2E628

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.37%

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

R = 45.56%
G = 46.37%
B = 8.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E2E628 (or 0xE2E628) is known color: Golden Fizz. HEX triplet: E2, E6 and 28. RGB value is (226,230,40). Sum of RGB (Red+Green+Blue) = 226+230+40=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E628 is #1D19D7. Grayscale: #CFCFCF. Windows color (decimal): -1907160 or 2680546. OLE color: 2680546.

HSL color Cylindrical-coordinate representation of color #E2E628: hue angle of 61.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E628 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 40 -
CMYK 0.02 0 0.83 0.10
HSL 61.26º 0.79% 0.53% -
HSV(B) 61.26º 0.83% 0.9% -
XYZ 60.04 72.92 12.92 -
YUV 207.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 226 230 40 0.02 0 0.83 0.10 61.26 0.79 0.53
Hex E2 E6 28 2 0 53 A 3D 4F 35
Octal 342 346 50 2 0 123 12 75 117 65
Binary 11100010 11100110 101000 10 0 1010011 1010 111101 1001111 110101

Color Harmonies of #E2E628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E628

Black with #E2E628

Text Example


Text Example

White with #E2E628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E628; }

 p { color: rgb(226,230,40); }

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

background-color css

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

 a { background-color: rgb(226,230,40); }

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

border-color css

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

 span { border-color: rgb(226,230,40); }

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