#E1E72A

Color #E1E72A Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E1E72A

Tints of Golden Fizz #E1E72A

Color information

#E1E72A (or 0xE1E72A) is unknown color: approx Golden Fizz. HEX triplet: E1, E7 and 2A. RGB value is (225,231,42). Sum of RGB (Red+Green+Blue) = 225+231+42=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1E72A is #1E18D5. Grayscale: #D0D0D0. Windows color (decimal): -1972438 or 2811873. OLE color: 2811873.

HSL color Cylindrical-coordinate representation of color #E1E72A: hue angle of 61.9º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1E72A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB22523142-
CMYK0.0300.820.09
HSL61.9º79.75%53.53%-
HSV(B)61.9º81.82%90.59%-
XYZ60.0573.3313.18-
YUV207.6634.51140.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 231 (90.62% from 255) = 46.39%
BLUE value IS 42 (16.80% from 255) = 8.43%
R=45.18%
G=46.39%
B=8.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal225231420.0300.820.0961.979.7553.53
HexE1E72A305293e5036
Octal3413475230122117612066
Binary1110000111100111101010110101001010011111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E72A; }

 p { color: rgb(225,231,42); }

 H1.HeaderClassName
 {
   color: #E1E72A;
 }
 .AnyTagClassName
 {
   color: #E1E72A;
 }
</style>
background-color css

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

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

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

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

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

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