Html Css Color HEX #EEFF2D Golden Fizz

📋 copy color: '#EEFF2D'

red 238 ◦ green 255 ◦ blue 45

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

Shades of Golden Fizz #EEFF2D

Tints of Golden Fizz #EEFF2D

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

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

R = 44.24%
G = 47.4%
B = 8.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#EEFF2D (or 0xEEFF2D) is known color: Golden Fizz. HEX triplet: EE, FF and 2D. RGB value is (238,255,45). Sum of RGB (Red+Green+Blue) = 238+255+45=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF2D is #1100D2. Grayscale: #E2E2E2. Windows color (decimal): -1114323 or 3014638. OLE color: 3014638.

HSL color Cylindrical-coordinate representation of color #EEFF2D: hue angle of 64.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFF2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 238 255 45 -
CMYK 0.07 0 0.82 0
HSL 64.86º 1% 0.59% -
HSV(B) 64.86º 0.82% 1% -
XYZ 71.49 89.89 16.06 -
YUV 225.98 25.87 136.58 -
System Red Green Blue C M Y K H S L
Decimal 238 255 45 0.07 0 0.82 0 64.86 1 0.59
Hex EE FF 2D 7 0 52 0 41 64 3B
Octal 356 377 55 7 0 122 0 101 144 73
Binary 11101110 11111111 101101 111 0 1010010 0 1000001 1100100 111011

Color Harmonies of #EEFF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFF2D

Black with #EEFF2D

Text Example


Text Example

White with #EEFF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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