Html Css Color HEX #E4E120 Golden Fizz

📋 copy color: '#E4E120'

red 228 ◦ green 225 ◦ blue 32

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

Shades of Golden Fizz #E4E120

Tints of Golden Fizz #E4E120

RGB

 RED value IS 228 (89.45% from 255) = 47.01%

 GREEN value IS 225 (88.28% from 255) = 46.39%

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

R = 47.01%
G = 46.39%
B = 6.6%

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

#E4E120 (or 0xE4E120) is known color: Golden Fizz. HEX triplet: E4, E1 and 20. RGB value is (228,225,32). Sum of RGB (Red+Green+Blue) = 228+225+32=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E120 is #1B1EDF. Grayscale: #CCCCCC. Windows color (decimal): -1777376 or 2154980. OLE color: 2154980.

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

Color convert

RGB 228 225 32 -
CMYK 0 0.01 0.86 0.11
HSL 59.08º 0.78% 0.51% -
HSV(B) 59.08º 0.86% 0.89% -
XYZ 59.18 70.45 11.85 -
YUV 203.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 228 225 32 0 0.01 0.86 0.11 59.08 0.78 0.51
Hex E4 E1 20 0 1 56 B 3B 4E 33
Octal 344 341 40 0 1 126 13 73 116 63
Binary 11100100 11100001 100000 0 1 1010110 1011 111011 1001110 110011

Color Harmonies of #E4E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E120

Black with #E4E120

Text Example


Text Example

White with #E4E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E120; }

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

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

background-color css

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

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

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

border-color css

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

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

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