Html Css Color HEX #E3F02A Golden Fizz

📋 copy color: '#E3F02A'

red 227 ◦ green 240 ◦ blue 42

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

Shades of Golden Fizz #E3F02A

Tints of Golden Fizz #E3F02A

RGB

 RED value IS 227 (89.06% from 255) = 44.6%

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

 BLUE value IS 42 (16.8% from 255) = 8.25%

R = 44.6%
G = 47.15%
B = 8.25%

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

#E3F02A (or 0xE3F02A) is known color: Golden Fizz. HEX triplet: E3, F0 and 2A. RGB value is (227,240,42). Sum of RGB (Red+Green+Blue) = 227+240+42=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F02A is #1C0FD5. Grayscale: #D6D6D6. Windows color (decimal): -1839062 or 2814179. OLE color: 2814179.

HSL color Cylindrical-coordinate representation of color #E3F02A: hue angle of 63.94º 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 #E3F02A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 240 42 -
CMYK 0.05 0 0.82 0.06
HSL 63.94º 0.87% 0.55% -
HSV(B) 63.94º 0.83% 0.94% -
XYZ 63.26 78.82 14.07 -
YUV 213.54 31.19 137.6 -
System Red Green Blue C M Y K H S L
Decimal 227 240 42 0.05 0 0.82 0.06 63.94 0.87 0.55
Hex E3 F0 2A 5 0 52 6 40 57 37
Octal 343 360 52 5 0 122 6 100 127 67
Binary 11100011 11110000 101010 101 0 1010010 110 1000000 1010111 110111

Color Harmonies of #E3F02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3F02A

Black with #E3F02A

Text Example


Text Example

White with #E3F02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3F02A; }

 p { color: rgb(227,240,42); }

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

background-color css

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

 a { background-color: rgb(227,240,42); }

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

border-color css

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

 span { border-color: rgb(227,240,42); }

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