Html Css Color HEX #E2E019 Golden Fizz

📋 copy color: '#E2E019'

red 226 ◦ green 224 ◦ blue 25

#E2E019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #E2E019

Tints of Golden Fizz #E2E019

RGB

 RED value IS 226 (88.67% from 255) = 47.58%

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 25 (10.16% from 255) = 5.26%

R = 47.58%
G = 47.16%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2E019 (or 0xE2E019) is known color: Golden Fizz. HEX triplet: E2, E0 and 19. RGB value is (226,224,25). Sum of RGB (Red+Green+Blue) = 226+224+25=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E019 is #1D1FE6. Grayscale: #CACACA. Windows color (decimal): -1908711 or 1695970. OLE color: 1695970.

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

Color convert

RGB 226 224 25 -
CMYK 0 0.01 0.89 0.11
HSL 59.4º 0.8% 0.49% -
HSV(B) 59.4º 0.89% 0.89% -
XYZ 58.2 69.55 11.28 -
YUV 201.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 226 224 25 0 0.01 0.89 0.11 59.4 0.8 0.49
Hex E2 E0 19 0 1 59 B 3B 50 31
Octal 342 340 31 0 1 131 13 73 120 61
Binary 11100010 11100000 11001 0 1 1011001 1011 111011 1010000 110001

Color Harmonies of #E2E019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E019

Black with #E2E019

Text Example


Text Example

White with #E2E019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E019; }

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

 H1.HeaderClassName
 {
   color: #E2E019;
 }
 .AnyTagClassName
 {
   color: #E2E019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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