Html Css Color HEX #E5F02C Golden Fizz

📋 copy color: '#E5F02C'

red 229 ◦ green 240 ◦ blue 44

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

Shades of Golden Fizz #E5F02C

Tints of Golden Fizz #E5F02C

RGB

 RED value IS 229 (89.84% from 255) = 44.64%

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 44 (17.58% from 255) = 8.58%

R = 44.64%
G = 46.78%
B = 8.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#E5F02C (or 0xE5F02C) is known color: Golden Fizz. HEX triplet: E5, F0 and 2C. RGB value is (229,240,44). Sum of RGB (Red+Green+Blue) = 229+240+44=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F02C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F02C is #1A0FD3. Grayscale: #D7D7D7. Windows color (decimal): -1707988 or 2945253. OLE color: 2945253.

HSL color Cylindrical-coordinate representation of color #E5F02C: hue angle of 63.37º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5F02C is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 240 44 -
CMYK 0.05 0 0.82 0.06
HSL 63.37º 0.87% 0.56% -
HSV(B) 63.37º 0.82% 0.94% -
XYZ 63.93 79.16 14.29 -
YUV 214.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 229 240 44 0.05 0 0.82 0.06 63.37 0.87 0.56
Hex E5 F0 2C 5 0 52 6 3F 57 38
Octal 345 360 54 5 0 122 6 77 127 70
Binary 11100101 11110000 101100 101 0 1010010 110 111111 1010111 111000

Color Harmonies of #E5F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F02C

Black with #E5F02C

Text Example


Text Example

White with #E5F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F02C; }

 p { color: rgb(229,240,44); }

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

background-color css

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

 a { background-color: rgb(229,240,44); }

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

border-color css

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

 span { border-color: rgb(229,240,44); }

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