#E2EB1E

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

Shades of Golden Fizz #E2EB1E

Tints of Golden Fizz #E2EB1E

Color information

#E2EB1E (or 0xE2EB1E) is unknown color: approx Golden Fizz. HEX triplet: E2, EB and 1E. RGB value is (226,235,30). Sum of RGB (Red+Green+Blue) = 226+235+30=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB1E is #1D14E1. Grayscale: #D1D1D1. Windows color (decimal): -1905890 or 2026466. OLE color: 2026466.

HSL color Cylindrical-coordinate representation of color #E2EB1E: hue angle of 62.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2EB1E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB22623530-
CMYK0.0400.870.08
HSL62.63º83.67%51.96%-
HSV(B)62.63º87.23%92.16%-
XYZ61.3175.6812.6-
YUV208.9427.02140.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 30 (12.11% from 255) = 6.11%
R=46.03%
G=47.86%
B=6.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226235300.0400.870.0862.6383.6751.96
HexE2EB1E405783f5434
Octal3423533640127107712464
Binary1110001011101011111101000101011110001111111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EB1E; }

 p { color: rgb(226,235,30); }

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

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

 a { background-color: rgb(226,235,30); }

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

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

 span { border-color: rgb(226,235,30); }

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