Html Css Color HEX #E2E319 Golden Fizz

📋 copy color: '#E2E319'

red 226 ◦ green 227 ◦ blue 25

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

Shades of Golden Fizz #E2E319

Tints of Golden Fizz #E2E319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.49%

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

R = 47.28%
G = 47.49%
B = 5.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2E319 (or 0xE2E319) is known color: Golden Fizz. HEX triplet: E2, E3 and 19. RGB value is (226,227,25). Sum of RGB (Red+Green+Blue) = 226+227+25=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E319 is #1D1CE6. Grayscale: #CCCCCC. Windows color (decimal): -1907943 or 1696738. OLE color: 1696738.

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

Color convert

RGB 226 227 25 -
CMYK 0.00 0 0.89 0.11
HSL 60.3º 0.8% 0.49% -
HSV(B) 60.3º 0.89% 0.89% -
XYZ 59.01 71.18 11.55 -
YUV 203.67 27.17 143.93 -
System Red Green Blue C M Y K H S L
Decimal 226 227 25 0.00 0 0.89 0.11 60.3 0.8 0.49
Hex E2 E3 19 0 0 59 B 3C 50 31
Octal 342 343 31 0 0 131 13 74 120 61
Binary 11100010 11100011 11001 0 0 1011001 1011 111100 1010000 110001

Color Harmonies of #E2E319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E319

Black with #E2E319

Text Example


Text Example

White with #E2E319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E319; }

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

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

background-color css

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

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

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

border-color css

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

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

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