Html Css Color HEX #EFF52D Golden Fizz

📋 copy color: '#EFF52D'

red 239 ◦ green 245 ◦ blue 45

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

Shades of Golden Fizz #EFF52D

Tints of Golden Fizz #EFF52D

RGB

 RED value IS 239 (93.75% from 255) = 45.18%

 GREEN value IS 245 (96.09% from 255) = 46.31%

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

R = 45.18%
G = 46.31%
B = 8.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EFF52D (or 0xEFF52D) is known color: Golden Fizz. HEX triplet: EF, F5 and 2D. RGB value is (239,245,45). Sum of RGB (Red+Green+Blue) = 239+245+45=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF52D is #100AD2. Grayscale: #DDDDDD. Windows color (decimal): -1051347 or 3012079. OLE color: 3012079.

HSL color Cylindrical-coordinate representation of color #EFF52D: hue angle of 61.8º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFF52D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 45 -
CMYK 0.02 0 0.82 0.04
HSL 61.8º 0.91% 0.57% -
HSV(B) 61.8º 0.82% 0.96% -
XYZ 68.72 83.84 15.04 -
YUV 220.41 29.01 141.26 -
System Red Green Blue C M Y K H S L
Decimal 239 245 45 0.02 0 0.82 0.04 61.8 0.91 0.57
Hex EF F5 2D 2 0 52 4 3E 5B 39
Octal 357 365 55 2 0 122 4 76 133 71
Binary 11101111 11110101 101101 10 0 1010010 100 111110 1011011 111001

Color Harmonies of #EFF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF52D

Black with #EFF52D

Text Example


Text Example

White with #EFF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF52D; }

 p { color: rgb(239,245,45); }

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

background-color css

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

 a { background-color: rgb(239,245,45); }

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

border-color css

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

 span { border-color: rgb(239,245,45); }

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