Html Css Color HEX #E2E02E Golden Fizz

📋 copy color: '#E2E02E'

red 226 ◦ green 224 ◦ blue 46

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

Shades of Golden Fizz #E2E02E

Tints of Golden Fizz #E2E02E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

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

R = 45.56%
G = 45.16%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2E02E (or 0xE2E02E) is known color: Golden Fizz. HEX triplet: E2, E0 and 2E. RGB value is (226,224,46). Sum of RGB (Red+Green+Blue) = 226+224+46=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E02E is #1D1FD1. Grayscale: #CDCDCD. Windows color (decimal): -1908690 or 3072226. OLE color: 3072226.

HSL color Cylindrical-coordinate representation of color #E2E02E: hue angle of 59.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E02E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 46 -
CMYK 0 0.01 0.80 0.11
HSL 59.33º 0.76% 0.53% -
HSV(B) 59.33º 0.8% 0.89% -
XYZ 58.51 69.68 12.95 -
YUV 204.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 226 224 46 0 0.01 0.80 0.11 59.33 0.76 0.53
Hex E2 E0 2E 0 1 50 B 3B 4C 35
Octal 342 340 56 0 1 120 13 73 114 65
Binary 11100010 11100000 101110 0 1 1010000 1011 111011 1001100 110101

Color Harmonies of #E2E02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E02E

Black with #E2E02E

Text Example


Text Example

White with #E2E02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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