Html Css Color HEX #EEFA2D Golden Fizz

📋 copy color: '#EEFA2D'

red 238 ◦ green 250 ◦ blue 45

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

Shades of Golden Fizz #EEFA2D

Tints of Golden Fizz #EEFA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.44%

R = 44.65%
G = 46.9%
B = 8.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#EEFA2D (or 0xEEFA2D) is known color: Golden Fizz. HEX triplet: EE, FA and 2D. RGB value is (238,250,45). Sum of RGB (Red+Green+Blue) = 238+250+45=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2D is #1105D2. Grayscale: #DFDFDF. Windows color (decimal): -1115603 or 3013358. OLE color: 3013358.

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

Color convert

RGB 238 250 45 -
CMYK 0.05 0 0.82 0.02
HSL 63.51º 0.95% 0.58% -
HSV(B) 63.51º 0.82% 0.98% -
XYZ 69.92 86.74 15.54 -
YUV 223.04 27.52 138.67 -
System Red Green Blue C M Y K H S L
Decimal 238 250 45 0.05 0 0.82 0.02 63.51 0.95 0.58
Hex EE FA 2D 5 0 52 2 40 5F 3A
Octal 356 372 55 5 0 122 2 100 137 72
Binary 11101110 11111010 101101 101 0 1010010 10 1000000 1011111 111010

Color Harmonies of #EEFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA2D

Black with #EEFA2D

Text Example


Text Example

White with #EEFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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