Html Css Color HEX #E1E220 Golden Fizz

📋 copy color: '#E1E220'

red 225 ◦ green 226 ◦ blue 32

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

Shades of Golden Fizz #E1E220

Tints of Golden Fizz #E1E220

RGB

 RED value IS 225 (88.28% from 255) = 46.58%

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 46.58%
G = 46.79%
B = 6.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E1E220 (or 0xE1E220) is known color: Golden Fizz. HEX triplet: E1, E2 and 20. RGB value is (225,226,32). Sum of RGB (Red+Green+Blue) = 225+226+32=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E220 is #1E1DDF. Grayscale: #CCCCCC. Windows color (decimal): -1973728 or 2155233. OLE color: 2155233.

HSL color Cylindrical-coordinate representation of color #E1E220: hue angle of 60.31º 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 #E1E220 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 226 32 -
CMYK 0.00 0 0.86 0.11
HSL 60.31º 0.77% 0.51% -
HSV(B) 60.31º 0.86% 0.89% -
XYZ 58.51 70.5 11.89 -
YUV 203.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 225 226 32 0.00 0 0.86 0.11 60.31 0.77 0.51
Hex E1 E2 20 0 0 56 B 3C 4D 33
Octal 341 342 40 0 0 126 13 74 115 63
Binary 11100001 11100010 100000 0 0 1010110 1011 111100 1001101 110011

Color Harmonies of #E1E220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E220

Black with #E1E220

Text Example


Text Example

White with #E1E220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E220; }

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

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

background-color css

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

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

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

border-color css

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

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

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