#E2DE19

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

Shades of Golden Fizz #E2DE19

Tints of Golden Fizz #E2DE19

Color information

#E2DE19 (or 0xE2DE19) is unknown color: approx Golden Fizz. HEX triplet: E2, DE and 19. RGB value is (226,222,25). Sum of RGB (Red+Green+Blue) = 226+222+25=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE19 is #1D21E6. Grayscale: #C9C9C9. Windows color (decimal): -1909223 or 1695458. OLE color: 1695458.

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

Color convert

RGB22622225-
CMYK00.020.890.11
HSL58.81º80.08%49.22%-
HSV(B)58.81º88.94%88.63%-
XYZ57.6668.4811.1-
YUV200.7428.83146.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 222 (87.11% from 255) = 46.93%
BLUE value IS 25 (10.16% from 255) = 5.29%
R=47.78%
G=46.93%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262222500.020.890.1158.8180.0849.22
HexE2DE190259B3b5031
Octal3423363102131137312061
Binary111000101101111011001010101100110111110111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE19; }

 p { color: rgb(226,222,25); }

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

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

 a { background-color: rgb(226,222,25); }

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

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

 span { border-color: rgb(226,222,25); }

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