Html Css Color HEX #E1E11C Golden Fizz

📋 copy color: '#E1E11C'

red 225 ◦ green 225 ◦ blue 28

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

Shades of Golden Fizz #E1E11C

Tints of Golden Fizz #E1E11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.86%

R = 47.07%
G = 47.07%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1E11C (or 0xE1E11C) is known color: Golden Fizz. HEX triplet: E1, E1 and 1C. RGB value is (225,225,28). Sum of RGB (Red+Green+Blue) = 225+225+28=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E11C is #1E1EE3. Grayscale: #CBCBCB. Windows color (decimal): -1973988 or 1892833. OLE color: 1892833.

HSL color Cylindrical-coordinate representation of color #E1E11C: hue angle of 60º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1E11C is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 225 28 -
CMYK 0 0 0.88 0.12
HSL 60º 0.78% 0.5% -
HSV(B) 60º 0.88% 0.88% -
XYZ 58.19 69.94 11.53 -
YUV 202.54 29.5 144.02 -
System Red Green Blue C M Y K H S L
Decimal 225 225 28 0 0 0.88 0.12 60 0.78 0.5
Hex E1 E1 1C 0 0 58 C 3C 4E 32
Octal 341 341 34 0 0 130 14 74 116 62
Binary 11100001 11100001 11100 0 0 1011000 1100 111100 1001110 110010

Color Harmonies of #E1E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E11C

Black with #E1E11C

Text Example


Text Example

White with #E1E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E11C; }

 p { color: rgb(225,225,28); }

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

background-color css

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

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

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

border-color css

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

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

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