Html Css Color HEX #EFFB2A Golden Fizz

📋 copy color: '#EFFB2A'

red 239 ◦ green 251 ◦ blue 42

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

Shades of Golden Fizz #EFFB2A

Tints of Golden Fizz #EFFB2A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.18%

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

R = 44.92%
G = 47.18%
B = 7.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#EFFB2A (or 0xEFFB2A) is known color: Golden Fizz. HEX triplet: EF, FB and 2A. RGB value is (239,251,42). Sum of RGB (Red+Green+Blue) = 239+251+42=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB2A is #1004D5. Grayscale: #E0E0E0. Windows color (decimal): -1049814 or 2817007. OLE color: 2817007.

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

Color convert

RGB 239 251 42 -
CMYK 0.05 0 0.83 0.02
HSL 63.44º 0.96% 0.57% -
HSV(B) 63.44º 0.83% 0.98% -
XYZ 70.51 87.51 15.37 -
YUV 223.59 25.52 138.99 -
System Red Green Blue C M Y K H S L
Decimal 239 251 42 0.05 0 0.83 0.02 63.44 0.96 0.57
Hex EF FB 2A 5 0 53 2 3F 60 39
Octal 357 373 52 5 0 123 2 77 140 71
Binary 11101111 11111011 101010 101 0 1010011 10 111111 1100000 111001

Color Harmonies of #EFFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB2A

Black with #EFFB2A

Text Example


Text Example

White with #EFFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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