#E2E02B

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

Shades of Golden Fizz #E2E02B

Tints of Golden Fizz #E2E02B

Color information

#E2E02B (or 0xE2E02B) is unknown color: approx Golden Fizz. HEX triplet: E2, E0 and 2B. RGB value is (226,224,43). Sum of RGB (Red+Green+Blue) = 226+224+43=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E02B is #1D1FD4. Grayscale: #CCCCCC. Windows color (decimal): -1908693 or 2875618. OLE color: 2875618.

HSL color Cylindrical-coordinate representation of color #E2E02B: hue angle of 59.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E02B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22622443-
CMYK00.010.810.11
HSL59.34º75.93%52.75%-
HSV(B)59.34º80.97%88.63%-
XYZ58.4669.6512.65-
YUV203.9637.16143.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 43 (17.19% from 255) = 8.72%
R=45.84%
G=45.44%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262244300.010.810.1159.3475.9352.75
HexE2E02B0151B3b4c35
Octal3423405301121137311465
Binary111000101110000010101101101000110111110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E02B; }

 p { color: rgb(226,224,43); }

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

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

 a { background-color: rgb(226,224,43); }

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

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

 span { border-color: rgb(226,224,43); }

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