#E5E02A

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

Shades of Golden Fizz #E5E02A

Tints of Golden Fizz #E5E02A

Color information

#E5E02A (or 0xE5E02A) is unknown color: approx Golden Fizz. HEX triplet: E5, E0 and 2A. RGB value is (229,224,42). Sum of RGB (Red+Green+Blue) = 229+224+42=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E02A is #1A1FD5. Grayscale: #CDCDCD. Windows color (decimal): -1712086 or 2810085. OLE color: 2810085.

HSL color Cylindrical-coordinate representation of color #E5E02A: hue angle of 58.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E02A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB22922442-
CMYK00.020.820.10
HSL58.4º78.24%53.14%-
HSV(B)58.4º81.66%89.8%-
XYZ59.3970.1412.6-
YUV204.7536.16145.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 42 (16.80% from 255) = 8.48%
R=46.26%
G=45.25%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292244200.020.820.1058.478.2453.14
HexE5E02A0252A3a4e35
Octal3453405202122127211665
Binary1110010111100000101010010101001010101110101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E02A; }

 p { color: rgb(229,224,42); }

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

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

 a { background-color: rgb(229,224,42); }

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

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

 span { border-color: rgb(229,224,42); }

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