Html Css Color HEX #EFFA2C Golden Fizz

📋 copy color: '#EFFA2C'

red 239 ◦ green 250 ◦ blue 44

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

Shades of Golden Fizz #EFFA2C

Tints of Golden Fizz #EFFA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.26%

R = 44.84%
G = 46.9%
B = 8.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#EFFA2C (or 0xEFFA2C) is known color: Golden Fizz. HEX triplet: EF, FA and 2C. RGB value is (239,250,44). Sum of RGB (Red+Green+Blue) = 239+250+44=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA2C is #1005D3. Grayscale: #E0E0E0. Windows color (decimal): -1050068 or 2947823. OLE color: 2947823.

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

Color convert

RGB 239 250 44 -
CMYK 0.04 0 0.82 0.02
HSL 63.2º 0.95% 0.58% -
HSV(B) 63.2º 0.82% 0.98% -
XYZ 70.24 86.9 15.46 -
YUV 223.23 26.86 139.25 -
System Red Green Blue C M Y K H S L
Decimal 239 250 44 0.04 0 0.82 0.02 63.2 0.95 0.58
Hex EF FA 2C 4 0 52 2 3F 5F 3A
Octal 357 372 54 4 0 122 2 77 137 72
Binary 11101111 11111010 101100 100 0 1010010 10 111111 1011111 111010

Color Harmonies of #EFFA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFA2C

Black with #EFFA2C

Text Example


Text Example

White with #EFFA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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