Html Css Color HEX #EFFE2E Golden Fizz

📋 copy color: '#EFFE2E'

red 239 ◦ green 254 ◦ blue 46

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

Shades of Golden Fizz #EFFE2E

Tints of Golden Fizz #EFFE2E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

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

R = 44.34%
G = 47.12%
B = 8.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#EFFE2E (or 0xEFFE2E) is known color: Golden Fizz. HEX triplet: EF, FE and 2E. RGB value is (239,254,46). Sum of RGB (Red+Green+Blue) = 239+254+46=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 46 (18.36% from 255 or 8.53% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE2E is #1001D1. Grayscale: #E2E2E2. Windows color (decimal): -1049042 or 3079919. OLE color: 3079919.

HSL color Cylindrical-coordinate representation of color #EFFE2E: hue angle of 64.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFFE2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 46 -
CMYK 0.06 0 0.82 0.00
HSL 64.33º 0.99% 0.59% -
HSV(B) 64.33º 0.82% 1% -
XYZ 71.53 89.43 16.08 -
YUV 225.8 26.53 137.41 -
System Red Green Blue C M Y K H S L
Decimal 239 254 46 0.06 0 0.82 0.00 64.33 0.99 0.59
Hex EF FE 2E 6 0 52 0 40 63 3B
Octal 357 376 56 6 0 122 0 100 143 73
Binary 11101111 11111110 101110 110 0 1010010 0 1000000 1100011 111011

Color Harmonies of #EFFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE2E

Black with #EFFE2E

Text Example


Text Example

White with #EFFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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