Html Css Color HEX #E5F02B Golden Fizz

📋 copy color: '#E5F02B'

red 229 ◦ green 240 ◦ blue 43

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

Shades of Golden Fizz #E5F02B

Tints of Golden Fizz #E5F02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.4%

R = 44.73%
G = 46.88%
B = 8.4%

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

#E5F02B (or 0xE5F02B) is known color: Golden Fizz. HEX triplet: E5, F0 and 2B. RGB value is (229,240,43). Sum of RGB (Red+Green+Blue) = 229+240+43=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 43 (17.19% from 255 or 8.40% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F02B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F02B is #1A0FD4. Grayscale: #D7D7D7. Windows color (decimal): -1707989 or 2879717. OLE color: 2879717.

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

Color convert

RGB 229 240 43 -
CMYK 0.05 0 0.82 0.06
HSL 63.35º 0.87% 0.55% -
HSV(B) 63.35º 0.82% 0.94% -
XYZ 63.91 79.15 14.2 -
YUV 214.25 31.36 138.52 -
System Red Green Blue C M Y K H S L
Decimal 229 240 43 0.05 0 0.82 0.06 63.35 0.87 0.55
Hex E5 F0 2B 5 0 52 6 3F 57 37
Octal 345 360 53 5 0 122 6 77 127 67
Binary 11100101 11110000 101011 101 0 1010010 110 111111 1010111 110111

Color Harmonies of #E5F02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F02B

Black with #E5F02B

Text Example


Text Example

White with #E5F02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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