Html Css Color HEX #E2E62E Golden Fizz

📋 copy color: '#E2E62E'

red 226 ◦ green 230 ◦ blue 46

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

Shades of Golden Fizz #E2E62E

Tints of Golden Fizz #E2E62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.16%

R = 45.02%
G = 45.82%
B = 9.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E2E62E (or 0xE2E62E) is known color: Golden Fizz. HEX triplet: E2, E6 and 2E. RGB value is (226,230,46). Sum of RGB (Red+Green+Blue) = 226+230+46=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E62E is #1D19D1. Grayscale: #D0D0D0. Windows color (decimal): -1907154 or 3073762. OLE color: 3073762.

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

Color convert

RGB 226 230 46 -
CMYK 0.02 0 0.8 0.10
HSL 61.3º 0.79% 0.54% -
HSV(B) 61.3º 0.8% 0.9% -
XYZ 60.15 72.96 13.5 -
YUV 207.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 226 230 46 0.02 0 0.8 0.10 61.3 0.79 0.54
Hex E2 E6 2E 2 0 50 A 3D 4F 36
Octal 342 346 56 2 0 120 12 75 117 66
Binary 11100010 11100110 101110 10 0 1010000 1010 111101 1001111 110110

Color Harmonies of #E2E62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E62E

Black with #E2E62E

Text Example


Text Example

White with #E2E62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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