Html Css Color HEX #E2E219 Golden Fizz

📋 copy color: '#E2E219'

red 226 ◦ green 226 ◦ blue 25

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

Shades of Golden Fizz #E2E219

Tints of Golden Fizz #E2E219

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.38%

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

R = 47.38%
G = 47.38%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2E219 (or 0xE2E219) is known color: Golden Fizz. HEX triplet: E2, E2 and 19. RGB value is (226,226,25). Sum of RGB (Red+Green+Blue) = 226+226+25=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E219 is #1D1DE6. Grayscale: #CBCBCB. Windows color (decimal): -1908199 or 1696482. OLE color: 1696482.

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

Color convert

RGB 226 226 25 -
CMYK 0 0 0.89 0.11
HSL 60º 0.8% 0.49% -
HSV(B) 60º 0.89% 0.89% -
XYZ 58.74 70.63 11.46 -
YUV 203.09 27.5 144.34 -
System Red Green Blue C M Y K H S L
Decimal 226 226 25 0 0 0.89 0.11 60 0.8 0.49
Hex E2 E2 19 0 0 59 B 3C 50 31
Octal 342 342 31 0 0 131 13 74 120 61
Binary 11100010 11100010 11001 0 0 1011001 1011 111100 1010000 110001

Color Harmonies of #E2E219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E219

Black with #E2E219

Text Example


Text Example

White with #E2E219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E219; }

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

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

background-color css

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

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

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

border-color css

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

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

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