Html Css Color HEX #EEFA2A Golden Fizz

📋 copy color: '#EEFA2A'

red 238 ◦ green 250 ◦ blue 42

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

Shades of Golden Fizz #EEFA2A

Tints of Golden Fizz #EEFA2A

RGB

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

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

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

R = 44.91%
G = 47.17%
B = 7.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#EEFA2A (or 0xEEFA2A) is known color: Golden Fizz. HEX triplet: EE, FA and 2A. RGB value is (238,250,42). Sum of RGB (Red+Green+Blue) = 238+250+42=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2A is #1105D5. Grayscale: #DFDFDF. Windows color (decimal): -1115606 or 2816750. OLE color: 2816750.

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

Color convert

RGB 238 250 42 -
CMYK 0.05 0 0.83 0.02
HSL 63.46º 0.95% 0.57% -
HSV(B) 63.46º 0.83% 0.98% -
XYZ 69.86 86.72 15.25 -
YUV 222.7 26.02 138.91 -
System Red Green Blue C M Y K H S L
Decimal 238 250 42 0.05 0 0.83 0.02 63.46 0.95 0.57
Hex EE FA 2A 5 0 53 2 3F 5F 39
Octal 356 372 52 5 0 123 2 77 137 71
Binary 11101110 11111010 101010 101 0 1010011 10 111111 1011111 111001

Color Harmonies of #EEFA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA2A

Black with #EEFA2A

Text Example


Text Example

White with #EEFA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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