Html Css Color HEX #EFFB2E Golden Fizz

📋 copy color: '#EFFB2E'

red 239 ◦ green 251 ◦ blue 46

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

Shades of Golden Fizz #EFFB2E

Tints of Golden Fizz #EFFB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.58%

R = 44.59%
G = 46.83%
B = 8.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#EFFB2E (or 0xEFFB2E) is known color: Golden Fizz. HEX triplet: EF, FB and 2E. RGB value is (239,251,46). Sum of RGB (Red+Green+Blue) = 239+251+46=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 46 (18.36% from 255 or 8.58% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB2E is #1004D1. Grayscale: #E0E0E0. Windows color (decimal): -1049810 or 3079151. OLE color: 3079151.

HSL color Cylindrical-coordinate representation of color #EFFB2E: hue angle of 63.51º degrees, saturation: 0.96, 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 #EFFB2E is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 46 -
CMYK 0.05 0 0.82 0.02
HSL 63.51º 0.96% 0.58% -
HSV(B) 63.51º 0.82% 0.98% -
XYZ 70.59 87.54 15.76 -
YUV 224.04 27.52 138.67 -
System Red Green Blue C M Y K H S L
Decimal 239 251 46 0.05 0 0.82 0.02 63.51 0.96 0.58
Hex EF FB 2E 5 0 52 2 40 60 3A
Octal 357 373 56 5 0 122 2 100 140 72
Binary 11101111 11111011 101110 101 0 1010010 10 1000000 1100000 111010

Color Harmonies of #EFFB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB2E

Black with #EFFB2E

Text Example


Text Example

White with #EFFB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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