Html Css Color HEX #E2E020 Golden Fizz

📋 copy color: '#E2E020'

red 226 ◦ green 224 ◦ blue 32

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

Shades of Golden Fizz #E2E020

Tints of Golden Fizz #E2E020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 46.89%
G = 46.47%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2E020 (or 0xE2E020) is known color: Golden Fizz. HEX triplet: E2, E0 and 20. RGB value is (226,224,32). Sum of RGB (Red+Green+Blue) = 226+224+32=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E020 is #1D1FDF. Grayscale: #CBCBCB. Windows color (decimal): -1908704 or 2154722. OLE color: 2154722.

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

Color convert

RGB 226 224 32 -
CMYK 0 0.01 0.86 0.11
HSL 59.38º 0.77% 0.51% -
HSV(B) 59.38º 0.86% 0.89% -
XYZ 58.28 69.58 11.73 -
YUV 202.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 226 224 32 0 0.01 0.86 0.11 59.38 0.77 0.51
Hex E2 E0 20 0 1 56 B 3B 4D 33
Octal 342 340 40 0 1 126 13 73 115 63
Binary 11100010 11100000 100000 0 1 1010110 1011 111011 1001101 110011

Color Harmonies of #E2E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E020

Black with #E2E020

Text Example


Text Example

White with #E2E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E020; }

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

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

background-color css

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

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

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

border-color css

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

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

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