Html Css Color HEX #EFF52A Golden Fizz

📋 copy color: '#EFF52A'

red 239 ◦ green 245 ◦ blue 42

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

Shades of Golden Fizz #EFF52A

Tints of Golden Fizz #EFF52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.98%

R = 45.44%
G = 46.58%
B = 7.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#EFF52A (or 0xEFF52A) is known color: Golden Fizz. HEX triplet: EF, F5 and 2A. RGB value is (239,245,42). Sum of RGB (Red+Green+Blue) = 239+245+42=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF52A is #100AD5. Grayscale: #DCDCDC. Windows color (decimal): -1051350 or 2815471. OLE color: 2815471.

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

Color convert

RGB 239 245 42 -
CMYK 0.02 0 0.83 0.04
HSL 61.77º 0.91% 0.56% -
HSV(B) 61.77º 0.83% 0.96% -
XYZ 68.67 83.82 14.75 -
YUV 220.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 239 245 42 0.02 0 0.83 0.04 61.77 0.91 0.56
Hex EF F5 2A 2 0 53 4 3E 5B 38
Octal 357 365 52 2 0 123 4 76 133 70
Binary 11101111 11110101 101010 10 0 1010011 100 111110 1011011 111000

Color Harmonies of #EFF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF52A

Black with #EFF52A

Text Example


Text Example

White with #EFF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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