Html Css Color HEX #EEFD2D Golden Fizz

📋 copy color: '#EEFD2D'

red 238 ◦ green 253 ◦ blue 45

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

Shades of Golden Fizz #EEFD2D

Tints of Golden Fizz #EEFD2D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

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

R = 44.4%
G = 47.2%
B = 8.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#EEFD2D (or 0xEEFD2D) is known color: Golden Fizz. HEX triplet: EE, FD and 2D. RGB value is (238,253,45). Sum of RGB (Red+Green+Blue) = 238+253+45=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD2D is #1102D2. Grayscale: #E1E1E1. Windows color (decimal): -1114835 or 3014126. OLE color: 3014126.

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

Color convert

RGB 238 253 45 -
CMYK 0.06 0 0.82 0.01
HSL 64.33º 0.98% 0.58% -
HSV(B) 64.33º 0.82% 0.99% -
XYZ 70.86 88.62 15.85 -
YUV 224.8 26.53 137.41 -
System Red Green Blue C M Y K H S L
Decimal 238 253 45 0.06 0 0.82 0.01 64.33 0.98 0.58
Hex EE FD 2D 6 0 52 1 40 62 3A
Octal 356 375 55 6 0 122 1 100 142 72
Binary 11101110 11111101 101101 110 0 1010010 1 1000000 1100010 111010

Color Harmonies of #EEFD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFD2D

Black with #EEFD2D

Text Example


Text Example

White with #EEFD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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