#E3E52A

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

Shades of Golden Fizz #E3E52A

Tints of Golden Fizz #E3E52A

Color information

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

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

Color convert

RGB22722942-
CMYK0.0100.820.10
HSL60.64º78.24%53.14%-
HSV(B)60.64º81.66%89.8%-
XYZ60.1272.5413.02-
YUV207.0834.84142.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227229420.0100.820.1060.6478.2453.14
HexE3E52A1052A3d4e35
Octal3433455210122127511665
Binary111000111110010110101010101001010101111011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E52A; }

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

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

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

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

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

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

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

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