#E5E32A

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

Shades of Golden Fizz #E5E32A

Tints of Golden Fizz #E5E32A

Color information

#E5E32A (or 0xE5E32A) is unknown color: approx Golden Fizz. HEX triplet: E5, E3 and 2A. RGB value is (229,227,42). Sum of RGB (Red+Green+Blue) = 229+227+42=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E32A is #1A1CD5. Grayscale: #CFCFCF. Windows color (decimal): -1711318 or 2810853. OLE color: 2810853.

HSL color Cylindrical-coordinate representation of color #E5E32A: hue angle of 59.36º 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 #E5E32A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB22922742-
CMYK00.010.820.10
HSL59.36º78.24%53.14%-
HSV(B)59.36º81.66%89.8%-
XYZ60.271.7612.87-
YUV206.5135.16144.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 227 (89.06% from 255) = 45.58%
BLUE value IS 42 (16.80% from 255) = 8.43%
R=45.98%
G=45.58%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292274200.010.820.1059.3678.2453.14
HexE5E32A0152A3b4e35
Octal3453435201122127311665
Binary111001011110001110101001101001010101110111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E32A; }

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

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

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

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

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

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

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

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