Html Css Color HEX #EFFA32 Golden Fizz

📋 copy color: '#EFFA32'

red 239 ◦ green 250 ◦ blue 50

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

Shades of Golden Fizz #EFFA32

Tints of Golden Fizz #EFFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.38%

 BLUE value IS 50 (19.92% from 255) = 9.28%

R = 44.34%
G = 46.38%
B = 9.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#EFFA32 (or 0xEFFA32) is known color: Golden Fizz. HEX triplet: EF, FA and 32. RGB value is (239,250,50). Sum of RGB (Red+Green+Blue) = 239+250+50=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA32 is #1005CD. Grayscale: #E0E0E0. Windows color (decimal): -1050062 or 3341039. OLE color: 3341039.

HSL color Cylindrical-coordinate representation of color #EFFA32: hue angle of 63.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFFA32 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 50 -
CMYK 0.04 0 0.8 0.02
HSL 63.3º 0.95% 0.59% -
HSV(B) 63.3º 0.8% 0.98% -
XYZ 70.36 86.95 16.09 -
YUV 223.91 29.86 138.76 -
System Red Green Blue C M Y K H S L
Decimal 239 250 50 0.04 0 0.8 0.02 63.3 0.95 0.59
Hex EF FA 32 4 0 50 2 3F 5F 3B
Octal 357 372 62 4 0 120 2 77 137 73
Binary 11101111 11111010 110010 100 0 1010000 10 111111 1011111 111011

Color Harmonies of #EFFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFA32

Black with #EFFA32

Text Example


Text Example

White with #EFFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFA32; }

 p { color: rgb(239,250,50); }

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

background-color css

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

 a { background-color: rgb(239,250,50); }

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

border-color css

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

 span { border-color: rgb(239,250,50); }

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