Html Css Color HEX #EEFB2D Golden Fizz

📋 copy color: '#EEFB2D'

red 238 ◦ green 251 ◦ blue 45

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

Shades of Golden Fizz #EEFB2D

Tints of Golden Fizz #EEFB2D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47%

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

R = 44.57%
G = 47%
B = 8.43%

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

#EEFB2D (or 0xEEFB2D) is known color: Golden Fizz. HEX triplet: EE, FB and 2D. RGB value is (238,251,45). Sum of RGB (Red+Green+Blue) = 238+251+45=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFB2D is #1104D2. Grayscale: #E0E0E0. Windows color (decimal): -1115347 or 3013614. OLE color: 3013614.

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

Color convert

RGB 238 251 45 -
CMYK 0.05 0 0.82 0.02
HSL 63.79º 0.96% 0.58% -
HSV(B) 63.79º 0.82% 0.98% -
XYZ 70.23 87.36 15.64 -
YUV 223.63 27.19 138.25 -
System Red Green Blue C M Y K H S L
Decimal 238 251 45 0.05 0 0.82 0.02 63.79 0.96 0.58
Hex EE FB 2D 5 0 52 2 40 60 3A
Octal 356 373 55 5 0 122 2 100 140 72
Binary 11101110 11111011 101101 101 0 1010010 10 1000000 1100000 111010

Color Harmonies of #EEFB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFB2D

Black with #EEFB2D

Text Example


Text Example

White with #EEFB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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