Html Css Color HEX #EEFA2F Golden Fizz

📋 copy color: '#EEFA2F'

red 238 ◦ green 250 ◦ blue 47

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

Shades of Golden Fizz #EEFA2F

Tints of Golden Fizz #EEFA2F

RGB

 RED value IS 238 (93.36% from 255) = 44.49%

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 47 (18.75% from 255) = 8.79%

R = 44.49%
G = 46.73%
B = 8.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#EEFA2F (or 0xEEFA2F) is known color: Golden Fizz. HEX triplet: EE, FA and 2F. RGB value is (238,250,47). Sum of RGB (Red+Green+Blue) = 238+250+47=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2F is #1105D0. Grayscale: #E0E0E0. Windows color (decimal): -1115601 or 3144430. OLE color: 3144430.

HSL color Cylindrical-coordinate representation of color #EEFA2F: hue angle of 63.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEFA2F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 47 -
CMYK 0.05 0 0.81 0.02
HSL 63.55º 0.95% 0.58% -
HSV(B) 63.55º 0.81% 0.98% -
XYZ 69.96 86.75 15.75 -
YUV 223.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 238 250 47 0.05 0 0.81 0.02 63.55 0.95 0.58
Hex EE FA 2F 5 0 51 2 40 5F 3A
Octal 356 372 57 5 0 121 2 100 137 72
Binary 11101110 11111010 101111 101 0 1010001 10 1000000 1011111 111010

Color Harmonies of #EEFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA2F

Black with #EEFA2F

Text Example


Text Example

White with #EEFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA2F; }

 p { color: rgb(238,250,47); }

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

background-color css

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

 a { background-color: rgb(238,250,47); }

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

border-color css

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

 span { border-color: rgb(238,250,47); }

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