#E2E42D

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

Shades of Golden Fizz #E2E42D

Tints of Golden Fizz #E2E42D

Color information

#E2E42D (or 0xE2E42D) is unknown color: approx Golden Fizz. HEX triplet: E2, E4 and 2D. RGB value is (226,228,45). Sum of RGB (Red+Green+Blue) = 226+228+45=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E42D is #1D1BD2. Grayscale: #CFCFCF. Windows color (decimal): -1907667 or 3007714. OLE color: 3007714.

HSL color Cylindrical-coordinate representation of color #E2E42D: hue angle of 60.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E42D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22622845-
CMYK0.0100.800.11
HSL60.66º77.22%53.53%-
HSV(B)60.66º80.26%89.41%-
XYZ59.5871.8513.21-
YUV206.5436.84141.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.29%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 45 (17.97% from 255) = 9.02%
R=45.29%
G=45.69%
B=9.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226228450.0100.800.1160.6677.2253.53
HexE2E42D1050B3d4d36
Octal3423445510120137511566
Binary111000101110010010110110101000010111111011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E42D; }

 p { color: rgb(226,228,45); }

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

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

 a { background-color: rgb(226,228,45); }

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

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

 span { border-color: rgb(226,228,45); }

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