Html Css Color HEX #EFFA28 Golden Fizz

📋 copy color: '#EFFA28'

red 239 ◦ green 250 ◦ blue 40

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

Shades of Golden Fizz #EFFA28

Tints of Golden Fizz #EFFA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.56%

R = 45.18%
G = 47.26%
B = 7.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EFFA28 (or 0xEFFA28) is known color: Golden Fizz. HEX triplet: EF, FA and 28. RGB value is (239,250,40). Sum of RGB (Red+Green+Blue) = 239+250+40=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA28 is #1005D7. Grayscale: #DFDFDF. Windows color (decimal): -1050072 or 2685679. OLE color: 2685679.

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

Color convert

RGB 239 250 40 -
CMYK 0.04 0 0.84 0.02
HSL 63.14º 0.95% 0.57% -
HSV(B) 63.14º 0.84% 0.98% -
XYZ 70.17 86.88 15.08 -
YUV 222.77 24.86 139.58 -
System Red Green Blue C M Y K H S L
Decimal 239 250 40 0.04 0 0.84 0.02 63.14 0.95 0.57
Hex EF FA 28 4 0 54 2 3F 5F 39
Octal 357 372 50 4 0 124 2 77 137 71
Binary 11101111 11111010 101000 100 0 1010100 10 111111 1011111 111001

Color Harmonies of #EFFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFA28

Black with #EFFA28

Text Example


Text Example

White with #EFFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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